Remove COMPAT_FREEBSD4. It's impossible because FreeBSD 4 does not

run on ia64 at all.
This commit is contained in:
Marcel Moolenaar 2003-04-08 08:32:00 +00:00
parent a12efae1ea
commit 302d51fcb2
2 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ 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 #Keep this for a while
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory

View File

@ -30,7 +30,6 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
makeoptions NO_MODULES=yes #Ignore any x86 CPUTYPE
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4
options DDB
options FFS #Berkeley Fast Filesystem
options INET #InterNETworking