diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-08 10:41:56 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-08 10:41:56 -0400 |
commit | 08c18a67bd724001fc62d903343128f1da8696ae (patch) | |
tree | 18fb71e0e12f7f1bdca6f7147c78e6411ec840bf /README.md | |
parent | break apart c libaray (diff) | |
download | comus-08c18a67bd724001fc62d903343128f1da8696ae.tar.gz comus-08c18a67bd724001fc62d903343128f1da8696ae.tar.bz2 comus-08c18a67bd724001fc62d903343128f1da8696ae.zip |
remove README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 5e6d148..0000000 --- a/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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 |