idled 介绍 (二)设定说明(6) options _KPOSIX_PRIORITY_SCHEDULING // Real-time extensions added in the POSIX,某些应用程式会用到(star office)。 options ICMP_BANDLIM #Rate limit bad replies // 启动反应频宽限制的ICMP error,对於帮助拒绝packet攻击有所助益。 ---------------------------------------------------------------------------- [第三部份] SMP、软碟、主机板及IDE介面 设定 ---------------------------------------------------------------------------- # To make an SMP kernel, the next two are needed // 多CPU的支援 .... #options SMP# Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O // 新版本的只要将此两项打开,系统会自动抓到...^^ device isa // 每个被FreeBSD支援的PC都有这一个.... device eisa // 若您有EISA的主机板..加上它,会自动侦测及设定所有EISA装置 device pci // 若您有PCI的主机板..加上它,会自动侦测PCI的卡,及在PCI及ISA介面做一区隔 # Floppy drives // 软碟 device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1