add COMPAT_44

This commit is contained in:
cgd 1994-07-18 07:07:17 +00:00
parent f1145c19b4
commit 511df844bb
1 changed files with 1 additions and 0 deletions

View File

@ -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