This commit is contained in:
Murphy 2025-03-27 15:12:22 -04:00
parent 0e7fc5cb03
commit 08fad27c0e
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

25
README.md Normal file
View file

@ -0,0 +1,25 @@
# kern
a kernel
### build
please install `zig`, `make`, `qemu-system-i386`, `clang-format`, `sed`, and `objcopy`
run `make`
built
### debug
run `make gdb` and `make qemu-gdb` in seperate terminals
### style
run `make fmt` before commiting
do it
### issues
figure it out