mirror of
https://github.com/kenshineto/kern.git
synced 2025-04-14 06:27:25 +00:00
readme
This commit is contained in:
parent
0e7fc5cb03
commit
08fad27c0e
1 changed files with 25 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal 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
|
Loading…
Add table
Reference in a new issue