mirror of
https://github.com/kenshineto/kern.git
synced 2025-04-21 04:42:25 +00:00
26 lines
282 B
Markdown
26 lines
282 B
Markdown
|
# 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
|