This is how my kernel is configured:
And it won't compile.
It seems that manuals often tell lies and we can't just write something like "devices x,y,z,..."
THANKS!
Code:
ident LITE
cpu I686_CPU
options SCHED_ULE,PREEMPTION
option INET
options FFS,SOFTUPDATES,UFS_ACL,UFS_DIRHASH,GEOM_LABEL
options SYSVSHM,SYSVMSG,SYSVSEM
option _KPOSIX_PRIORITY_SCHEDULING
option PRINTF_BUFR_SIZE=128
option KBD_INSTALL_CDEV
option HWPMC_HOOKS
option SMP
options ATA_CAM,ATA_STATIC_ID,SCSI_NO_OP_STRINGS,SCSI_DELAY=500
options IEEE80211_AMPDU_AGE,IEEE80211_SUPPORT_MESH
option SC_NO_SYSMOUSE
options SC_KERNEL_CONS_ATTR=(FG_CYAN|BG_BLACK),SC_NORM_ATTR=(FG_WHITE|BG_BLACK)
#options TEKEN_UTF8
devices apic,acpi,pci
devices scbus,da,pass,cd
device ctl
devices atkbdc,atkbd,psm
devices vga,sc
device pmtimer
devices loop,ether,bpf
And it won't compile.
It seems that manuals often tell lies and we can't just write something like "devices x,y,z,..."
THANKS!