add COMPAT_44
This commit is contained in:
parent
f1145c19b4
commit
511df844bb
|
@ -24,6 +24,7 @@ options DEVPAGER # device pager (mapped devices)
|
|||
options DIAGNOSTIC # extra kernel debugging checks
|
||||
options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
options "COMPAT_44" # compatibility with 4.4BSD binaries
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
||||
options KGDB # support for kernel gdb
|
||||
|
|
Loading…
Reference in New Issue