idled 介绍 (二)设定说明(11) device atkbd0 at atkbdc? irq 1 flags 0x1 // AT 84 键盘
device psm0 at atkbdc? irq 12 // PS/2的滑鼠
device vga0 at isa? // 显示卡驱动程式
# splash screen/screen saver pseudo-device splash // 引人注目的启动萤幕(like microsoft windows),以及萤幕保护程式。
# syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 // FreeBSD预设的console驱动程式,类似SCO console ...
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std // VT220相容的console驱动程式,与VT100/102相容。