diff --git a/README.md b/README.md index f2bc2ca..d80dd12 100644 --- a/README.md +++ b/README.md @@ -23,18 +23,16 @@ - [ziglang](https://github.com/ziglang/zig) 0.5.0 -# How to - -## compile +### compiling `zig build` compiles and links the multiboot kernel (without a bootloader) -## test +### running - `./qemu.sh start` - `./qemu.sh monitor` - `./qemu.sh quit` - - `gdb #see provided .gdbinit` + - `gdb` (see provided `.gdbinit`) # Notes