GENERIC (17acc2b2645d2e9bcbc6a6995399e172aae1f45f) | GENERIC (56c7a48c936a8f891f0e0eabb2bc7154c9fb71b7) |
---|---|
1# 2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks 3# | 1# 2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks 3# |
4# $Id: GENERIC,v 1.56 1995/12/24 08:11:44 davidg Exp $ | 4# $Id: GENERIC,v 1.57 1995/12/24 08:13:22 davidg Exp $ |
5# 6 7machine "i386" 8cpu "I386_CPU" 9cpu "I486_CPU" 10cpu "I586_CPU" 11cpu "I686_CPU" 12ident GENERIC 13maxusers 10 14 15options MATH_EMULATE #Support for x87 emulation 16options INET #InterNETworking 17options FFS #Berkeley Fast Filesystem 18options NFS #Network Filesystem 19options MSDOSFS #MSDOS Filesystem 20options "CD9660" #ISO 9660 Filesystem 21options PROCFS #Process filesystem | 5# 6 7machine "i386" 8cpu "I386_CPU" 9cpu "I486_CPU" 10cpu "I586_CPU" 11cpu "I686_CPU" 12ident GENERIC 13maxusers 10 14 15options MATH_EMULATE #Support for x87 emulation 16options INET #InterNETworking 17options FFS #Berkeley Fast Filesystem 18options NFS #Network Filesystem 19options MSDOSFS #MSDOS Filesystem 20options "CD9660" #ISO 9660 Filesystem 21options PROCFS #Process filesystem |
22options "COMPAT_43" #Compatible with BSD 4.3 | 22options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] |
23options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device 24options BOUNCE_BUFFERS #include support for DMA bounce buffers 25options UCONSOLE #Allow users to grab the console 26 27config kernel root on wd0 28 29controller isa0 30controller eisa0 --- 87 unchanged lines hidden (view full) --- 118pseudo-device loop 119pseudo-device ether 120pseudo-device log 121pseudo-device sl 1 122# ijppp uses tun instead of ppp device 123#pseudo-device ppp 1 124pseudo-device tun 1 125pseudo-device pty 16 | 23options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device 24options BOUNCE_BUFFERS #include support for DMA bounce buffers 25options UCONSOLE #Allow users to grab the console 26 27config kernel root on wd0 28 29controller isa0 30controller eisa0 --- 87 unchanged lines hidden (view full) --- 118pseudo-device loop 119pseudo-device ether 120pseudo-device log 121pseudo-device sl 1 122# ijppp uses tun instead of ppp device 123#pseudo-device ppp 1 124pseudo-device tun 1 125pseudo-device pty 16 |
126# keep this if you want to be able to continue to use /stand/sysinstall |
|
126pseudo-device gzip # Exec gzipped a.out's | 127pseudo-device gzip # Exec gzipped a.out's |