Updated this a bit. It's still woefully out of date.
This commit is contained in:
parent
8a129caed5
commit
d5e4441ddd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2321
@ -4,7 +4,7 @@
|
||||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.71 1994/05/18 16:23:25 jkh Exp $
|
||||
# $Id: LINT,v 1.72 1994/08/19 00:00:41 phk Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -20,12 +20,11 @@ options MATH_EMULATE #Support for x87 emulation
|
||||
#options GPL_MATH_EMULATE #Support for x87 emualtion via
|
||||
#new math emulator
|
||||
|
||||
config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
|
||||
config kernel root on wd0 swap on wd0 and sd0 dumps on wd0
|
||||
|
||||
#
|
||||
# options that appear as inline #ifdef's
|
||||
#
|
||||
options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
|
||||
options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
|
||||
options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
|
||||
|
||||
@ -47,7 +46,6 @@ options "BLANK_SAVER" #syscons "blank" screen saver
|
||||
options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
|
||||
# ^^^ NOT RECOMMENDED FOR NORMAL USE
|
||||
options UCONSOLE #x console support
|
||||
options XSERVER #xserver
|
||||
options DECBIT #here because clnp.h wanted it here
|
||||
#support for CLNP ``congestion
|
||||
#experienced'' bit in ISO-TP
|
||||
@ -55,7 +53,6 @@ options TROLL #CLNP network error simulator
|
||||
options ICMPPRINTFS #ICMP packet dump by printf()
|
||||
options NSERRPRINTFS #ditto for XNS Error protocol
|
||||
#^^above three NOT RECOMMENTED
|
||||
options FASTLINKS #support for fast symbolic links
|
||||
options MACHVMCOMPAT #support for Mach-style vm calls
|
||||
options IPBROADCASTECHO=1 #send reply to broadcast pings
|
||||
options IPMASKAGENT=1 #send reply to icmp mask requests
|
||||
@ -76,8 +73,7 @@ pseudo-device bpfilter 4 #berkeley packet filter
|
||||
options CCITT
|
||||
device cd0 #Only need one of these, the code dynamically grows
|
||||
device ch0
|
||||
pseudo-device ddb
|
||||
pseudo-device devpager
|
||||
options DDB #Kernel debugger
|
||||
options EON
|
||||
pseudo-device ether
|
||||
options FIFO
|
||||
@ -85,14 +81,14 @@ options FIFO
|
||||
options INET #Internet communications protocols
|
||||
options ISO
|
||||
options ISOFS #ISO 9660 File System
|
||||
pseudo-device loop
|
||||
options LKM #Loadable kernel modules
|
||||
pseudo-device loop #Network loop back device
|
||||
options MFS #Memory File System
|
||||
options NFS #Network File System
|
||||
options NS #Xerox NS communications protocols
|
||||
options NSIP #XNS over IP
|
||||
options PCFS #PC (MSDOS) File System
|
||||
pseudo-device ppp 2
|
||||
pseudo-device pty 4
|
||||
pseudo-device ppp 2 #Point-to-point protocol
|
||||
pseudo-device pty 4 #Pseudo ttys
|
||||
options QUOTA #enable disk quotas
|
||||
options RMP #HP remote maint protocol
|
||||
controller scbus0
|
||||
@ -103,7 +99,6 @@ device sd3
|
||||
pseudo-device sl 2
|
||||
device st0
|
||||
device st1
|
||||
pseudo-device swappager
|
||||
options SYSVSHM
|
||||
options "SHMMAXPGS=64" # 256Kb of sharable memory
|
||||
options SYSVSEM
|
||||
@ -112,7 +107,6 @@ options SYSVMSG
|
||||
options TPIP # ISO TP class 4 over IP
|
||||
#pseudo-device tun
|
||||
device uk0 #unknown scsi devices
|
||||
pseudo-device vnodepager
|
||||
|
||||
#
|
||||
# options that are in sys/i386/conf/files.i386
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.71 1994/05/18 16:23:25 jkh Exp $
|
||||
# $Id: LINT,v 1.72 1994/08/19 00:00:41 phk Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -20,12 +20,11 @@ options MATH_EMULATE #Support for x87 emulation
|
||||
#options GPL_MATH_EMULATE #Support for x87 emualtion via
|
||||
#new math emulator
|
||||
|
||||
config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
|
||||
config kernel root on wd0 swap on wd0 and sd0 dumps on wd0
|
||||
|
||||
#
|
||||
# options that appear as inline #ifdef's
|
||||
#
|
||||
options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
|
||||
options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
|
||||
options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
|
||||
|
||||
@ -47,7 +46,6 @@ options "BLANK_SAVER" #syscons "blank" screen saver
|
||||
options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
|
||||
# ^^^ NOT RECOMMENDED FOR NORMAL USE
|
||||
options UCONSOLE #x console support
|
||||
options XSERVER #xserver
|
||||
options DECBIT #here because clnp.h wanted it here
|
||||
#support for CLNP ``congestion
|
||||
#experienced'' bit in ISO-TP
|
||||
@ -55,7 +53,6 @@ options TROLL #CLNP network error simulator
|
||||
options ICMPPRINTFS #ICMP packet dump by printf()
|
||||
options NSERRPRINTFS #ditto for XNS Error protocol
|
||||
#^^above three NOT RECOMMENTED
|
||||
options FASTLINKS #support for fast symbolic links
|
||||
options MACHVMCOMPAT #support for Mach-style vm calls
|
||||
options IPBROADCASTECHO=1 #send reply to broadcast pings
|
||||
options IPMASKAGENT=1 #send reply to icmp mask requests
|
||||
@ -76,8 +73,7 @@ pseudo-device bpfilter 4 #berkeley packet filter
|
||||
options CCITT
|
||||
device cd0 #Only need one of these, the code dynamically grows
|
||||
device ch0
|
||||
pseudo-device ddb
|
||||
pseudo-device devpager
|
||||
options DDB #Kernel debugger
|
||||
options EON
|
||||
pseudo-device ether
|
||||
options FIFO
|
||||
@ -85,14 +81,14 @@ options FIFO
|
||||
options INET #Internet communications protocols
|
||||
options ISO
|
||||
options ISOFS #ISO 9660 File System
|
||||
pseudo-device loop
|
||||
options LKM #Loadable kernel modules
|
||||
pseudo-device loop #Network loop back device
|
||||
options MFS #Memory File System
|
||||
options NFS #Network File System
|
||||
options NS #Xerox NS communications protocols
|
||||
options NSIP #XNS over IP
|
||||
options PCFS #PC (MSDOS) File System
|
||||
pseudo-device ppp 2
|
||||
pseudo-device pty 4
|
||||
pseudo-device ppp 2 #Point-to-point protocol
|
||||
pseudo-device pty 4 #Pseudo ttys
|
||||
options QUOTA #enable disk quotas
|
||||
options RMP #HP remote maint protocol
|
||||
controller scbus0
|
||||
@ -103,7 +99,6 @@ device sd3
|
||||
pseudo-device sl 2
|
||||
device st0
|
||||
device st1
|
||||
pseudo-device swappager
|
||||
options SYSVSHM
|
||||
options "SHMMAXPGS=64" # 256Kb of sharable memory
|
||||
options SYSVSEM
|
||||
@ -112,7 +107,6 @@ options SYSVMSG
|
||||
options TPIP # ISO TP class 4 over IP
|
||||
#pseudo-device tun
|
||||
device uk0 #unknown scsi devices
|
||||
pseudo-device vnodepager
|
||||
|
||||
#
|
||||
# options that are in sys/i386/conf/files.i386
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# This kernel is NOT MEANT to be runnable!
|
||||
#
|
||||
# $Id: LINT,v 1.71 1994/05/18 16:23:25 jkh Exp $
|
||||
# $Id: LINT,v 1.72 1994/08/19 00:00:41 phk Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -20,12 +20,11 @@ options MATH_EMULATE #Support for x87 emulation
|
||||
#options GPL_MATH_EMULATE #Support for x87 emualtion via
|
||||
#new math emulator
|
||||
|
||||
config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
|
||||
config kernel root on wd0 swap on wd0 and sd0 dumps on wd0
|
||||
|
||||
#
|
||||
# options that appear as inline #ifdef's
|
||||
#
|
||||
options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
|
||||
options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
|
||||
options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
|
||||
|
||||
@ -47,7 +46,6 @@ options "BLANK_SAVER" #syscons "blank" screen saver
|
||||
options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
|
||||
# ^^^ NOT RECOMMENDED FOR NORMAL USE
|
||||
options UCONSOLE #x console support
|
||||
options XSERVER #xserver
|
||||
options DECBIT #here because clnp.h wanted it here
|
||||
#support for CLNP ``congestion
|
||||
#experienced'' bit in ISO-TP
|
||||
@ -55,7 +53,6 @@ options TROLL #CLNP network error simulator
|
||||
options ICMPPRINTFS #ICMP packet dump by printf()
|
||||
options NSERRPRINTFS #ditto for XNS Error protocol
|
||||
#^^above three NOT RECOMMENTED
|
||||
options FASTLINKS #support for fast symbolic links
|
||||
options MACHVMCOMPAT #support for Mach-style vm calls
|
||||
options IPBROADCASTECHO=1 #send reply to broadcast pings
|
||||
options IPMASKAGENT=1 #send reply to icmp mask requests
|
||||
@ -76,8 +73,7 @@ pseudo-device bpfilter 4 #berkeley packet filter
|
||||
options CCITT
|
||||
device cd0 #Only need one of these, the code dynamically grows
|
||||
device ch0
|
||||
pseudo-device ddb
|
||||
pseudo-device devpager
|
||||
options DDB #Kernel debugger
|
||||
options EON
|
||||
pseudo-device ether
|
||||
options FIFO
|
||||
@ -85,14 +81,14 @@ options FIFO
|
||||
options INET #Internet communications protocols
|
||||
options ISO
|
||||
options ISOFS #ISO 9660 File System
|
||||
pseudo-device loop
|
||||
options LKM #Loadable kernel modules
|
||||
pseudo-device loop #Network loop back device
|
||||
options MFS #Memory File System
|
||||
options NFS #Network File System
|
||||
options NS #Xerox NS communications protocols
|
||||
options NSIP #XNS over IP
|
||||
options PCFS #PC (MSDOS) File System
|
||||
pseudo-device ppp 2
|
||||
pseudo-device pty 4
|
||||
pseudo-device ppp 2 #Point-to-point protocol
|
||||
pseudo-device pty 4 #Pseudo ttys
|
||||
options QUOTA #enable disk quotas
|
||||
options RMP #HP remote maint protocol
|
||||
controller scbus0
|
||||
@ -103,7 +99,6 @@ device sd3
|
||||
pseudo-device sl 2
|
||||
device st0
|
||||
device st1
|
||||
pseudo-device swappager
|
||||
options SYSVSHM
|
||||
options "SHMMAXPGS=64" # 256Kb of sharable memory
|
||||
options SYSVSEM
|
||||
@ -112,7 +107,6 @@ options SYSVMSG
|
||||
options TPIP # ISO TP class 4 over IP
|
||||
#pseudo-device tun
|
||||
device uk0 #unknown scsi devices
|
||||
pseudo-device vnodepager
|
||||
|
||||
#
|
||||
# options that are in sys/i386/conf/files.i386
|
||||
|
Loading…
Reference in New Issue
Block a user