Детально изучил и вот над чем задумался, т.е что не понял..
1) Хваленый LINT теперь НОТЕС , как то там, все жидко.. , я бы сказал, так про настройку фаервола не слова и т.д..
Теперь про сами настройки:
а)
maxusers 64 <- этот порамитр я так понимаю чисто имперически подбирается
б)
Код:

options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
МОжно пояснить, а то я так и не понял для чего это ?
с)
#device atapist # ATAPI tape drives
Что это за девайс, если АТА девайс вкл, флоппи вкл, и сд вкл.
д)
Код:

# SCSI peripherals
device scbus # SCSI bus (required)
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
#device pass # Passthrough device (direct SCSI access)
Это для какой еще переферии скайзи ? Если нет скайзи блочу, без разговоров да , т.е закоментироваю ?
и)
Код:

# Parallel port
#device ppc0 at isa? irq 7
#device ppbus # Parallel port bus (required)
#device lpt # Printer
#device plip # TCP/IP over parallel
#device ppi # Parallel port interface device
#device vpo # Requires scbus and da
чтобы, паралельный порт лпт работал ведь недостаточно раскоментировать:
device lpt # Printer
Или нужно еще :
device ppbus # Parallel port bus (required)
Или еще что то ?
ф)
Что такое NICs ?
й)
Код:

device miibus # MII bus support
что это ?
п)
Код:

# netgraph(4). Enable the base netgraph code with the NETGRAPH option.
# Individual node types can be enabled with the corresponding option
# listed below; however, this is not strictly necessary as netgraph
# will automatically load the corresponding KLD module if the node type
# is not already compiled into the kernel. Each type below has a
# corresponding man page, e.g., ng_async(8).
#
options NETGRAPH
options NETGRAPH_ASYNC
options NETGRAPH_KSOCKET
options NETGRAPH_BPF
options NETGRAPH_ECHO
options NETGRAPH_ETHER
options NETGRAPH_IFACE
options NETGRAPH_PPP
options NETGRAPH_PPPOE
options NETGRAPH_PPTPGRE
options NETGRAPH_VJC
options NETGRAPH_SOCKET
# (+*+)MS Compression option excluded due to absence of proprietary files
#
#options NETGRAPH_MPPC_COMPRESSION
options NETGRAPH_MPPC_ENCRYPTION
# (+*+)Probably not need
#
options NETGRAPH_ONE2MANY
options NETGRAPH_TTY
options NETGRAPH_LMI
Это вообще не понял, коментарии вообще не помогли
р)
Код:

# Set the number of sf_bufs to allocate. sf_bufs are virtual buffers
# for sendfile(2) that are used to map file VM pages, and normally
# default to a quantity that is roughly 16*MAXUSERS+512. You would
# typically want about 4 of these for each simultaneous file send.
#
options NSFBUFS=2048
# Set the size of the buffer cache KVM reservation, in buffers. This is
# scaled by approximately 16384 bytes. The system will auto-size the buffer
# cache if this option is not specified.
#
options NBUF=1024
Аналогично не разобрался с этими параметрами..
о) options VESA что это за режим ?
И в заключении ядро у меня так и не собралось с ерраром №1
собиралось минут десят а потом
sbp.o .... неопределенная фу-ция xpt.done
и все..
В чем могет быть проблема. ?