Pergunta referente à configuração do kernel LILO. [fechadas]

1

Estou tentando obter minha certificação LPIC-1. Fiz um teste prático e esta foi uma das perguntas.

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=791
default=redhat
keytable=/boot/us.klt
lba32
prompt
timeout=200
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz-2.4.7-10
 label=redhat-2.4.7
 root=/dev/hda9
 read-only
image=/boot/vmlinuz-2.4.16
    label=redhat
 alias=redhat-2.4.16
 root=/dev/hda9
 read-only
image=/boot/vmlinuz-2.4.8-26mdk
 label=mandrake81
 root=/dev/hda10
 initrd=/boot/initrd.img
 append=" devfs=mount"
 read-only
image=/boot/vmlinuz-2.2.15-4mdk
 label=mandrake71
 root=/dev/hda7
 read-only
other=/dev/hda2
 label=eComStation
 table=/dev/hda
other=/dev/fd0
 label=floppy
 unsafe

 The exhibit for this question is one screen of the kernel config utility at '/usr/src/linux-2.4.17/scripts/Menuconfig'. Based on this screen which of the following statements describe the kernel that would be created after saving the listed options?

A. Multi-IO card drivers are contained in loadable modules
       rather than in the base kernel.

B. The compiled system supports parallel ports at a hardware
       level, but we cannot determine whether parallel printer
       support is installed.

C. IEEE 1284 (enhanced parallel) mode drivers are contained
       in loadable modules rather than in the base kernel.

D. PCMCIA management drivers are contained in loadable
       modules rather than in the base kernel.

E. Kernel support for SuperIO chipsets is included in this
       base kernel.

F. IEEE 1284 (enhanced parallel) mode drivers are compiled
       directly into this base kernel.

A resposta é: B, F

Então, eu procurei seriamente a resposta a essa pergunta e não consigo descobrir. Como diabos eles descobriram que os drivers IEEE 1284 foram atendidos diretamente ou que suportam portas paralelas apenas olhando para essa configuração?

    
por user284179 17.08.2018 / 22:25

0 respostas