Kernel Debugging with QEMU: Difference between revisions
imported>Luis-Hebendanz No edit summary |
imported>Luis-Hebendanz mNo edit summary |
||
| Line 64: | Line 64: | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
$ qemu-system-x86_64 -s -S \ | $ qemu-system-x86_64 -s -S \ | ||
-kernel | -kernel arch/x86/boot/bzImage \ | ||
-hda qemu-img.img \ | -hda qemu-img.img \ | ||
-append "root=/dev/sda console=ttyS0 nokaslr" \ | -append "root=/dev/sda console=ttyS0 nokaslr" \ | ||