summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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