# kernel config file # freebsd/i386 4.5 operating system # on virtual pc hardware # peter bartoli # last modified 3/9/02 # kernel name ident hackintosh # machine and cpu directives machine i386 cpu I686_CPU # general kernel options maxusers 0 options UCONSOLE # user console options SC_DISABLE_REBOOT # disable ctrl-alt-del #options MD5 # kernel-level crypto #options KTRACE # kernel tracing # compatibility options options COMPAT_43 # 4.3BSD system calls #options COMPAT_LINUX # linux binary compatibility #options COMPAT_SVR4 # SVR4 binary compatibility #pseudo-device streams # required for SVR4 options SYSVSHM # SVR4 shared memory options SYSVMSG # SVR4 messaging options SYSVSEM # SVR4 semaphores # network options options INET # internetworking options ICMP_BANDLIM # ICMP bandwidth limit # filesystem options options FFS # berkeley ffs options FFS_ROOT options SOFTUPDATES # ffs softupdates options UFS_DIRHASH # big directory optimization #options MFS # memory filesystem #options MD_ROOT options CD9660 # cd-rom filesystem options PROCFS # process filesystem # bus support devices device isa device pci # math coprocessor device npx0 at nexus? port IO_NPX irq 13 # scsi support (required) device scbus #device da # direct access (disks) #device cd # cd-roms # atapi support #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk device atapicd options ATA_STATIC_ID # floppy support device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # keyboard, mouse, and console device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? device sc0 at isa? flags 0x100 # serial and parallel ports #device sio0 at isa? port IO_COM1 flags 0x10 irq 4 #device sio1 at isa? port IO_COM2 irq 3 #device ppc0 at isa? irq 7 #device ppbus #device lpt #device ppi # network card device de # sound support #device pcm0 at isa? irq 10 drq 1 flags 0x0 #device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 # pseudo-devices pseudo-device splash # splash screen / screen saver pseudo-device loop # loopback network interface pseudo-device ether # ethernet support pseudo-device pty # pseudo-ttys #pseudo-device md # memory disks #pseudo-device speaker # basic pc speaker pseudo-device bpf # berkeley packet filter