[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:slackbook:linux_kernel [2019/03/04 20:37 (UTC)] serlozes:slackbook:linux_kernel [2019/03/05 23:32 (UTC)] – [Compilar un kernel y por qué hacerlo así] pedro.herrero
Línea 78: Línea 78:
 programas para eliminarlos: **//rmmod//**(8) y programas para eliminarlos: **//rmmod//**(8) y
 **//modprobe//**.  Para eliminar un módulo con **//modprobe//**.  Para eliminar un módulo con
-modprobe, necesitarás usar el argumento //-r//.+modprobe, necesitará usar el argumento //-r//.
  
  
Línea 126: Línea 126:
 formas de configurar un kernel. Afortunadamente, hay algunos trucos útiles formas de configurar un kernel. Afortunadamente, hay algunos trucos útiles
 que pueden mantenerle a salvo de encontrarse con demasiados problemas. El archivo de configuración del kernel que pueden mantenerle a salvo de encontrarse con demasiados problemas. El archivo de configuración del kernel
-es ''.config''. Si usted es muy valiente, puede editar manualmente este archivo con un editor de texto, pero le recomiendo extremadamente que utilice las herramientas integradas del kernel para manipular+es ''.config''. Si usted es muy valiente, puede editar manualmente este archivo con un editor de texto, pero le recomiendo encarecidamente que utilice las herramientas integradas del kernel para manipular
 ''.config''. ''.config''.
  
Línea 306: Línea 306:
 Si tanto el kernel como los módulos compilados terminan con éxito, estamos Si tanto el kernel como los módulos compilados terminan con éxito, estamos
 listos para instalarlos. La imagen del kernel necesita ser copiada en un lugar seguro, normalmente el directorio ''/boot'', y usted listos para instalarlos. La imagen del kernel necesita ser copiada en un lugar seguro, normalmente el directorio ''/boot'', y usted
-debería darle un nombre único para evitar sobrescribir cualquier otra imagen núcleo +debería darle un nombre único para evitar sobrescribir cualquier otra imagen del núcleo 
-situada allí. Traditionaly kernel images are named +situada allí. Tradicionalmente las imágenes del kernel se llaman 
-''vmlinuz'' with the kernel release and local version +''vmlinuz'' con el lanzamiento del kernel y la versión local 
-appended.+añadida.
  
  
Línea 319: Línea 319:
  
  
-Once these steps have been completedyou will have a new kernel image +Una vez completados estos pasostendrá una nueva imagen del kernel 
-located under ''/boot'' and a new kernel modules +situada debajo de ''/boot'' y nuevos módulos del kernel 
-directory under ''/lib/modules''In order to use +situados debajo del directorio ''/lib/modules''Con el fin de utilizar  
-this new kernel, you will need to edit ''lilo.conf'', +este nuevo kernel, necesitará editar ''lilo.conf'', 
-create an initrd for it (only if you need to load one or more of this +crear un initrd para ello (sólo si necesita cargar uno o más de estos 
-kernel's modules to boot), and run **//lilo//** to +módulos del kernel para arrancar), y ejecutar **//lilo//** para 
-update the boot loaderWhen you rebootif all went according to plan, +actualizar el cargador de arranqueCuando reiniciesi todo sale según el plan, 
-you should have an option to boot with your newly compiled kernel. If +debería tener la opción de arrancar con su kernel recién compiladoSi 
-something went wrongyou may be spending some time fixing the problem+algo salió malpuede que pase algún tiempo arreglando el problema
-====== Chapter Navigation ======+====== Navegación de capítulos ======
  
-**Previous Chapter: [[slackbook:tracking_updates|Keeping Track of Updates]]**+**Capítulo anterior: [[es:slackbook:tracking_updates|Mantener un registro de las actualizaciones]]**
  
  
-====== Sources ======+====== Fuentes ======
 <!-- If you copy information from another source, then specify that source --> <!-- If you copy information from another source, then specify that source -->
-  * Original source: [[http://www.slackbook.org/beta]] \\+  * Fuente original: [[http://www.slackbook.org/beta]] \\
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
-  * Originally written by Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson+  * Escrito originalmente por Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson
 <!-- * Contrbutions by [[wiki:user:yyy | User Y]] --> <!-- * Contrbutions by [[wiki:user:yyy | User Y]] -->
 +* Traducido por [[wiki:user:serloz | Sergio]]
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 <!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents --> <!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents -->
 {{tag>slackbook kernel}} {{tag>slackbook kernel}}
 es:slackbook:linux_kernel ()