This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / i386 / doc / config_options.doc
CommitLineData
2af00384
RG
1This file desribes what options do in a kernel config file, these options
2change kernl code mostly by #ifdef/#endif pairs in the source.
3
4Note that options which have an underscore ( _ ) in them must be enclosed
5in quotes. This also applies to options that take a numeric value.
6
7options CCITT X.25 networking support
8options "COMPAT_43" Compatible with BSD 4.3
9options "COM_BIDIR" Bidirectional support in sys/isa/sio.c
10options "COM_MULTIPORT" Multiport support in sys/isa/sio.c
11options EON
12options FIFO Named pipes (fifos) support
13options GATEWAY Internetwork gateway
14options INET Internet communications protocols
15options ISO ISO networking (TP4?)
16options ISOFS ISO 9660 File System
17options KTRACE Kernel tracing
18options MATH_EMULATE Support for x87 emulation
196ecb54 19options MFS Memory File System
2af00384
RG
20options "NCONS=8" Number of syscons virtual consoles
21options NFS Network File System
22options NS Xerox NS communications protocols
23options PANICDELAY Kernel waits 20 secounds after a panic
24options PANICWAIT Kernel waits for a key stroke after a panic
25options PCFS PC (MSDOS) File System
26options QUOTA Enable disk quotas
27options "SHMMAXPGS=64" 256Kb of sharable memory
28options "SYMTAB_SPACE=89000" Amount of DDB symbol table space
29options SYSVSHM System V shared memory support
30options "TCP_COMPAT_42" Tcp/Ip compatible with 4.2
31options UCONSOLE Xconsole support
32options XSERVER Xserver support
e4270b63 33
196ecb54 34$Id: config_options.doc,v 1.2 1993/10/16 19:21:57 rgrimes Exp $