Handbook:Alpha/Blocks/Kernel
From Gentoo Wiki
Jump to:navigation
Jump to:search
Configuración del núcleo específica para la arquitectura
También se recomiendan las siguientes opciones:
KERNEL Opciones recomendadas para Alpha
General setup ---> <*> SRM environment through procfs <*> Configure uac policy via sysctl Plug and Play configuration ---> <*> Plug and Play support <M> ISA Plug and Play support SCSI support ---> SCSI low-level drivers ---> <*> SYM53C8XX Version 2 SCSI support (NEW) <*> Qlogic ISP SCSI support Network device support ---> Ethernet (10 or 100 Mbit) ---> <M> DECchip Tulip (dc21x4x) PCI support <M> Generic DECchip & DIGITAL EtherWORKS PCI/EISA <M> EtherExpressPro/100 support (eepro100) <M> EtherExpressPro/100 support (e100) Ethernet (1000 Mbit) ---> <M> Alteon AceNIC [*] Omit support for old Tigon I <M> Broadcom Tigon3 [*] FDDI driver support <M> Digital DEFEA and DEFPA <*> PPP support <*> PPP Deflate compression Character devices ---> [*] Support for console on serial port [*] Direct Rendering Manager File systems ---> <*> Kernel automounter version 4 support Network File Systems ---> <*> NFS [*] NFSv3 client <*> NFS server [*] NFSv3 server Partition Types ---> [*] Advanced partition selection [*] Alpha OSF partition support Native Language Support <*> NLS ISO 8859-1 Sound ---> <M> Sound card support <M> OSS sound modules [*] Verbose initialisation [*] Persistent DMA buffers <M> 100% Sound Blaster compatibles
Compilar e instalar
Ahora que el núcleo está configurado, es hora de compilarlo e instalarlo. Salga de la configuración e inicie el proceso de compilación:
root #
make && make modules_install
root #
make boot
Nota
Es posible habilitar construcciones paralelas con
Es posible habilitar construcciones paralelas con
make -jX
siendo X el número de tareas en paralelo que se permite lanzar al proceso de construcción. Esto es similar a las instrucciones sobre /etc/portage/make.conf con la variable MAKEOPTS
.Cuando se ha terminado de construir el núcleo, copie la imagen a /boot/. Con los núcleos recientes se podría crear vmlinux en lugar de vmlinux.gz. Recuerde esto cuando copie la imagen del núcleo.
root #
cp arch/alpha/boot/vmlinux.gz /boot/