|
# uname -v #4 SMP PREEMPT Sat Jul 15 08:49:26 BST 2006 La commande ci-dessus affiche la date et l'heure à laquelle le noyau en cours d'utilisation a été compilé. # ls -l /usr/src/linux/arch/i386/boot/bzImage -rw-r--r-- 1 dsd users 1504118 Jul 15 08:49 /usr/src/linux/arch/i386/boot/bzImage La commande ci-dessus indique la date et l'heure a laquelle la dernière image du noyau a été compilée.
|
|
The process of compiling and installing kernels is outside the scope of this document, you should refer to the Kernel Upgrade Guide for general guidance. In short, the process is: configure, compile, mount /boot (if not already mounted), copy new kernel image over, reboot. If you miss out any of those final stages, your changes will not take effect!
|
|
# uname -v #4 SMP PREEMPT Sat Jul 15 08:49:26 BST 2006 Der obige Befehl zeigt das Datum und die Uhreit an, zu der der Kernel, der momentan gebootet ist, kompiliert worden ist. # ls -l /usr/src/linux/arch/i386/boot/bzImage -rw-r--r-- 1 dsd users 1504118 Jul 15 08:49 /usr/src/linux/arch/i386/boot/bzImage Der obige Befehl zeigt das Datum und die Uhrzeit an, zu der das Kernelimage auf Ihrer Festplatte, kompiliert worden ist.
|
|
Cuando selecciona un componente como módulo, el código se construye como un archivo de módulo del núcleo aparte instalado en el sistema de archivos. En general, cuando el núcleo necesita usar ese componente, ¡no podrá! Con algunas excepciones, el núcleo no hace esfuerzo alguno para cargar estos módulos - esa tarea queda en manos del usuario.
|
|
# uname -v #4 SMP PREEMPT Sat Jul 15 08:49:26 BST 2006 上記コマンドは現在起動しているカーネルがコンパイルされた日時を表示します # ls -l /usr/src/linux/arch/i386/boot/bzImage -rw-r--r-- 1 dsd users 1504118 Jul 15 08:49 /usr/src/linux/arch/i386/boot/bzImage 上記コマンドはハードディスクのカーネルイメージが最後にコンパイルされた日時を表示します
|
|
Anda dapat mengetahui apakah kernel yang sedang anda gunakan cocok dengan kernel yang dikompilasi di harddisk anda dengan memeriksa hari dan waktu kompilasi. Dengan anggapan anda menggunakan arsitektur x86 dan source kernel anda terinstal di /usr/src/linux:
|
|
Możliwe jest sprawdzenie czy jądro, z którego uruchomiono system jest tym samym, które znajduje się na dysku, bazując na dacie i godzinie kompilacji. Zakładając, że używana architektura to x86, a źródła jądra są w katalogu /usr/src/linux:
|