Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 178 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 178 Bytes

DemonOS

Build

./build.sh

RUN

qemu-system-x86_64 -hda ./bin/os.bin

GDB RUN

target remote | qemu-system-x86_64 -S -gdb stdio -hda ./os.bin