From 8f3aea077ab974b865fad94339f0f476c2b20b3c Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Mon, 6 Jan 2020 21:19:17 +0100 Subject: [PATCH] readme: cleanup --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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