summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-04-08 10:41:56 -0400
committerFreya Murphy <freya@freyacat.org>2025-04-08 10:41:56 -0400
commit08c18a67bd724001fc62d903343128f1da8696ae (patch)
tree18fb71e0e12f7f1bdca6f7147c78e6411ec840bf /README.md
parentbreak apart c libaray (diff)
downloadcomus-08c18a67bd724001fc62d903343128f1da8696ae.tar.gz
comus-08c18a67bd724001fc62d903343128f1da8696ae.tar.bz2
comus-08c18a67bd724001fc62d903343128f1da8696ae.zip
remove README
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
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