mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Make this build and sync-up:
o Add COMPAT_FREEBSD4 o Remove NO_GEOM o Remove commented out options.
This commit is contained in:
parent
62058fa939
commit
dd778c94bf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108619
@ -33,21 +33,16 @@ maxusers 32
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE
|
||||
|
||||
options NO_GEOM
|
||||
|
||||
options SKI #Support for HP simulator
|
||||
options INET #InterNETworking
|
||||
#options INET6 #IPv6 communications protocols
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options SOFTUPDATES #Enable FFS soft updates support
|
||||
options MD_ROOT #MD is a potential root device
|
||||
#options NFSCLIENT #Network Filesystem
|
||||
#options NFS_ROOT #NFS usable as root device
|
||||
#options MSDOSFS #MSDOS Filesystem
|
||||
#options CD9660 #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
||||
options PSEUDOFS #Pseudo-filesystem framework
|
||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options COMPAT_FREEBSD4
|
||||
options SCSI_DELAY=2000 #Delay (in ms) before probing SCSI
|
||||
options KTRACE #ktrace(1) syscall trace support
|
||||
options SYSVSHM #SYSV-style shared memory
|
||||
|
Loading…
Reference in New Issue
Block a user