readme: cleanup
This commit is contained in:
parent
b7fe260871
commit
8f3aea077a
1 changed files with 3 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue