This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
portland-os/qemu.gdb

5 lines
No EOL
143 B
Text

target remote | qemu-system-i386 -m 512 -gdb stdio out/disk.img
symbol-file obj/kernel.elf
set disassembly-flavor intel
break main
layout split