I added one printk statement to the kernel source. After compiling and assembling the kernel, when I boot the system, it hangs, printing instructions.
printk(KERN_INFO "I'm inside the function!\n");
I use the i3 kernel in ubuntu 13.04, the kernel version is 3.4.106 (I also tried some other versions, but that was the case). Performing the same changes in the system of the 2nd duet , it loads normally.
source
share