Skip to content

Instantly share code, notes, and snippets.

View siuolyppah's full-sized avatar
😀

siuolyppah

😀
  • 02:06 (UTC +08:00)
View GitHub Profile
@siuolyppah
siuolyppah / debugging_kernel.txt
Created May 23, 2024 04:54 — forked from hngouveia01/debugging_kernel.txt
Debugging kernel code line by line with Qemu and GDB
We are going to use buildroot to download, configure and compile the kernel.
First, download and uncompress buildroot: https://buildroot.org/download.html
Go to the directory and:
make qemu_x86_defconfig
make menuconfig