I needed a minimally-configured Real Time kernel, I compiled a new kernel with menuconfig.
I rebooted a compiled kernel 3.1.0, and those are the errors that I am getting:
linux-dopx:/usr/src/linux-3.1.0-1.2 # make install
sh /usr/src/linux-3.1.0-1.2/arch/x86/boot/install.sh 3.1.0 arch/x86/boot/bzImage \
System.map "/boot"
Kernel image: /boot/vmlinuz-3.1.0
Initrd image: /boot/initrd-3.1.0
Root device: /dev/disk/by-id/ata-ST3250310AS_6RYNQEXY-part2 (/dev/sda2) (mo
Could anyone of you recommend me a book on linux kernel development?
I have read Rubinis book (Linux Device Drivers), and are looking for one that gives a more in-depth (and up to date) explanation of the workings of the kernel, how device drivers communicate with different types of hardware through buses and so on.
The ones I have been considering so far are
-Essential Linux Device Drivers by
How long does it take to install kernel (linux 3.2.5) on 12.04 using make install -j 4 command?
My terminal is displaying this for around 40 minutes now.
root@user-desktop:/usr/src/linux-3.2.5# make install -j 4
sh /usr/src/linux-3.2.5/arch/x86/boot/install.sh 3.2.5 arch/x86/boot/bzImage \
System.map "/boot"
run-parts: executing /etc/kernel/postinst.d/dkms 3.2.5 /boot/vmlinuz-3.2.5
Hi,
I need to buid and run Ubuntu kernel under VirtualBox from the sources you can get from kernel.org. I'm a newby in the process of such a task.
How long does it take to install kernel (linux 3.2.5) on ubuntu 12.04 using "make install -j 4" command?
my terminal is displaying this for around 40 minutes now.
root@user-desktop:/usr/src/linux-3.2.5# make install -j 4
sh /usr/src/linux-3.2.5/arch/x86/boot/install.sh 3.2.5 arch/x86/boot/bzImage \
System.map "/boot"
run-parts: executing /etc/kernel/postinst.d/dkms 3.2.5 /boot/vmlinuz-3.
I am running Fedora 15 on a second machine.
I had trouble booting Linux and I found that while grub started off trying to boot vmlinuz-2.6.43, I had to backtrack to vmlinuz-2.6.42 in order to boot.
rpm -qa | grep kernel
shows both kernel packages installed and
rpm -ql ...
shows the newer kernel should be in /boot, but it isn't.
Grub can boot from any partition so there is no need to share boot partition.
I am reading the ULK 3rd edition.
It was published several years ago and covers 2.6.1x kernel.
Does anyone know the news of publishing of new ULK?
I know "The professional Linux kernel architecture" book is covering newer version of kernel.
It is very good book.
But I am eagerly looking forward to new ULK.