mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Acutally our style is "options\x20\x09".
As BDE says: "options\x09\x09foo" looks quite different from "options\x20\x09foo" after adding a one or two character prefix. Notice by: BDE
This commit is contained in:
parent
caa4ea97c1
commit
b65fdcda6c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52250
@ -26,34 +26,34 @@ maxusers 32
|
||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
||||
# Platforms supported
|
||||
options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
|
||||
options DEC_EB164 # EB164, PC164, PC164LX, PC164SX
|
||||
options DEC_EB64PLUS # EB64+, Aspen Alpine, etc
|
||||
options DEC_2100_A50 # AlphaStation 200, 250, 255, 400
|
||||
options DEC_KN20AA # AlphaStation 500, 600
|
||||
options DEC_ST550 # Personal Workstation 433, 500, 600
|
||||
options DEC_ST6600 # xp1000, dp264, ds20, ds10, family
|
||||
options DEC_3000_300 # DEC3000/300* Pelic* family
|
||||
options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family
|
||||
options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
|
||||
options DEC_EB164 # EB164, PC164, PC164LX, PC164SX
|
||||
options DEC_EB64PLUS # EB64+, Aspen Alpine, etc
|
||||
options DEC_2100_A50 # AlphaStation 200, 250, 255, 400
|
||||
options DEC_KN20AA # AlphaStation 500, 600
|
||||
options DEC_ST550 # Personal Workstation 433, 500, 600
|
||||
options DEC_ST6600 # xp1000, dp264, ds20, ds10, family
|
||||
options DEC_3000_300 # DEC3000/300* Pelic* family
|
||||
options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family
|
||||
|
||||
options INET #InterNETworking
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options FFS_ROOT #FFS usable as root device [keep this!]
|
||||
options MFS #Memory Filesystem
|
||||
options MFS_ROOT #Memory Filesystem as rootfs
|
||||
options NFS #Network Filesystem
|
||||
options NFS_ROOT #NFS usable as root device
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options CD9660_ROOT #CD-ROM usable as root device
|
||||
options PROCFS #Process filesystem
|
||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
|
||||
options UCONSOLE #Allow users to grab the console
|
||||
options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options INET #InterNETworking
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options FFS_ROOT #FFS usable as root device [keep this!]
|
||||
options MFS #Memory Filesystem
|
||||
options MFS_ROOT #Memory Filesystem as rootfs
|
||||
options NFS #Network Filesystem
|
||||
options NFS_ROOT #NFS usable as root device
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options CD9660_ROOT #CD-ROM usable as root device
|
||||
options PROCFS #Process filesystem
|
||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
|
||||
options UCONSOLE #Allow users to grab the console
|
||||
options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
|
||||
# Standard busses
|
||||
controller isa0
|
||||
|
@ -26,34 +26,34 @@ maxusers 32
|
||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
||||
# Platforms supported
|
||||
options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
|
||||
options DEC_EB164 # EB164, PC164, PC164LX, PC164SX
|
||||
options DEC_EB64PLUS # EB64+, Aspen Alpine, etc
|
||||
options DEC_2100_A50 # AlphaStation 200, 250, 255, 400
|
||||
options DEC_KN20AA # AlphaStation 500, 600
|
||||
options DEC_ST550 # Personal Workstation 433, 500, 600
|
||||
options DEC_ST6600 # xp1000, dp264, ds20, ds10, family
|
||||
options DEC_3000_300 # DEC3000/300* Pelic* family
|
||||
options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family
|
||||
options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
|
||||
options DEC_EB164 # EB164, PC164, PC164LX, PC164SX
|
||||
options DEC_EB64PLUS # EB64+, Aspen Alpine, etc
|
||||
options DEC_2100_A50 # AlphaStation 200, 250, 255, 400
|
||||
options DEC_KN20AA # AlphaStation 500, 600
|
||||
options DEC_ST550 # Personal Workstation 433, 500, 600
|
||||
options DEC_ST6600 # xp1000, dp264, ds20, ds10, family
|
||||
options DEC_3000_300 # DEC3000/300* Pelic* family
|
||||
options DEC_3000_500 # DEC3000/[4-9]00 Flamingo/Sandpiper family
|
||||
|
||||
options INET #InterNETworking
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options FFS_ROOT #FFS usable as root device [keep this!]
|
||||
options MFS #Memory Filesystem
|
||||
options MFS_ROOT #Memory Filesystem as rootfs
|
||||
options NFS #Network Filesystem
|
||||
options NFS_ROOT #NFS usable as root device
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options CD9660_ROOT #CD-ROM usable as root device
|
||||
options PROCFS #Process filesystem
|
||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
|
||||
options UCONSOLE #Allow users to grab the console
|
||||
options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options INET #InterNETworking
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options FFS_ROOT #FFS usable as root device [keep this!]
|
||||
options MFS #Memory Filesystem
|
||||
options MFS_ROOT #Memory Filesystem as rootfs
|
||||
options NFS #Network Filesystem
|
||||
options NFS_ROOT #NFS usable as root device
|
||||
options MSDOSFS #MSDOS Filesystem
|
||||
options CD9660 #ISO 9660 Filesystem
|
||||
options CD9660_ROOT #CD-ROM usable as root device
|
||||
options PROCFS #Process filesystem
|
||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
|
||||
options UCONSOLE #Allow users to grab the console
|
||||
options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
|
||||
# Standard busses
|
||||
controller isa0
|
||||
|
@ -44,10 +44,10 @@ options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
|
||||
options UCONSOLE #Allow users to grab the console
|
||||
options USERCONFIG #boot -c editor
|
||||
options VISUAL_USERCONFIG #visual boot -c editor
|
||||
options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
|
||||
# To make an SMP kernel, the next two are needed
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
|
@ -44,10 +44,10 @@ options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
|
||||
options UCONSOLE #Allow users to grab the console
|
||||
options USERCONFIG #boot -c editor
|
||||
options VISUAL_USERCONFIG #visual boot -c editor
|
||||
options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
|
||||
# To make an SMP kernel, the next two are needed
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
|
Loading…
Reference in New Issue
Block a user