# (c) 2002 WebWeaving Consultancy, Dirk-Willem van Gulik # All rights reserved. # # undere machine i386 cpu I486_CPU ident SJOESJOE maxusers 0 options INET #InterNETworking options INET6 #IPv6 communications protocols options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV # install a CDEV entry in /dev # options DDB #Enable the kernel debugger # makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # Bridges and Busses # device isa device pci device pccbb device pcic # PC Cards # device pccard device cardbus # Math device npx # Devices/IO device miibus # MII bus support device sis # Silicon Integrated Systems SiS 900/SiS 7016 device wi # WaveLAN/IEEE 802.11 wireless NICs. device sio # 8250, 16[45]50 based serial ports device random # Entropy device device loop # Network loopback device ether # Ethernet support device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device bpf # Berkeley packet filter # Diskless booting. options BOOTP options BOOTP_NFSROOT options BOOTP_COMPAT # NFS for diskless booting. options NFSCLIENT #Network Filesystem Client options NFS_ROOT #NFS usable as root device, requires NFSCLIENT # In Memory File system device md # Memory "disks" options MD_ROOT #MD is a potential root device options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support # Some Firewall/router functionality # options IPFILTER options IPFILTER_LOG # options IPFILTER_DEFAULT_BLOCK