Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 290 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 290 Bytes

Few scripts to run kernel in qemu

qemu-cli

  • bootstrap.sh -- make rootfs image
  • qemu.sh -- run the kernel

Examples

Basic

./bootstrap.sh
./qemu.sh -k /path/to/bzImage

Wait for the action from the debugger

./qemu.sh -Q '-S' -k /path/to/bzImage