NOTES (ad7f236572f840bfbd7e20a0a278f13579b26df7) | NOTES (f1532aadeefd1f9ee9f9b5d94d049a54bb5bc0e6) |
---|---|
1# 2# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 3# 4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 5# 'makeoptions', 'hints' etc go into the kernel configuration that you 6# run config(8) with. 7# 8# Lines that begin with 'hints.' are NOT for config(8), they go into your --- 270 unchanged lines hidden (view full) --- 279# 280# Implement system calls compatible with 4.3BSD and older versions of 281# FreeBSD. You probably do NOT want to remove this as much current code 282# still relies on the 4.3 emulation. 283# 284options COMPAT_43 285 286# | 1# 2# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 3# 4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 5# 'makeoptions', 'hints' etc go into the kernel configuration that you 6# run config(8) with. 7# 8# Lines that begin with 'hints.' are NOT for config(8), they go into your --- 270 unchanged lines hidden (view full) --- 279# 280# Implement system calls compatible with 4.3BSD and older versions of 281# FreeBSD. You probably do NOT want to remove this as much current code 282# still relies on the 4.3 emulation. 283# 284options COMPAT_43 285 286# |
287# Allow user-mode programs to manipulate their local descriptor tables. 288# This option is required for the WINE Windows(tm) emulator, and is 289# not used by anything else (that we know of). 290# 291options USER_LDT #allow user-level control of i386 ldt 292 293# | |
294# These three options provide support for System V Interface 295# Definition-style interprocess communication, in the form of shared 296# memory, semaphores, and message queues, respectively. 297# 298options SYSVSHM 299options SYSVSEM 300options SYSVMSG 301 --- 2471 unchanged lines hidden --- | 287# These three options provide support for System V Interface 288# Definition-style interprocess communication, in the form of shared 289# memory, semaphores, and message queues, respectively. 290# 291options SYSVSHM 292options SYSVSEM 293options SYSVMSG 294 --- 2471 unchanged lines hidden --- |