mirror of
https://github.com/kenshineto/kern.git
synced 2025-04-06 19:01:05 +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…
Reference in a new issue