readme: cleanup

This commit is contained in:
Jack Halford 2020-01-06 21:19:17 +01:00
parent b7fe260871
commit 8f3aea077a

View file

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