diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-27 15:12:22 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-27 15:12:22 -0400 |
commit | 08fad27c0edb1c55339640d8f58c85e8aa3833bc (patch) | |
tree | 501ba6713ba5fac40fb33e6d5f931411ab4897ed /README.md | |
parent | only strip user binaries (diff) | |
download | comus-08fad27c0edb1c55339640d8f58c85e8aa3833bc.tar.gz comus-08fad27c0edb1c55339640d8f58c85e8aa3833bc.tar.bz2 comus-08fad27c0edb1c55339640d8f58c85e8aa3833bc.zip |
readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e6d148 --- /dev/null +++ b/README.md @@ -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 |