Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 303 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 303 Bytes

MikanOS

Build

$ source init.sh
$ make

Run QEMU

$ source init.sh
$ make run

Run QEMU with GDB debug enabled

$ source init.sh
$ make debug

Debugging with VSCode cppdbg

$ source init.sh
$ make debug

then, run (gdb) Attach to QEMU from VSCode debug menu