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
|
- [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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue