Welcome to the Linux Foundation Forum!
-
Re: How to Capture the Panic message?
Where exactly are you trying to add panic()? I'd recommend adding it after console_init().1 -
Re: How to Capture the Panic message?
Use QEMU to capture the panic message: qemu-system-x86_64 \ -kernel arch/x86_64/boot/bzImage \ -nographic \ -append "console=ttyS0" \ -initrd /path/to/initramfs.img \ -m 512 \ --enable-kvm …1 -
Re: Wastage of memory due to multiple compiled kernels copies .
Hi there, If you have installed them, you just need to delete them from these paths: /lib/modules/$KVER/boot/vmlinuz-$KVER/boot/initr*-$KVER This is how I do it on Arch Linux using fish (I just keep …2 -
Re: Error while compiling the Linux Mainline.
What you've sent is not the main error. Rebuild the kernel with -j1 or without the -j option to actually catch it. One of your sub-makefiles is returning an error. Probably a dependency issue...1 -
Re: Which artifact from the Hello World driver task should be uploaded?
For your application, you can simply create a commit (don't forget to sign it) and generate the patch using git format-patch -1. You can't create a patch by just staging your files. For mor…1
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)