aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Shipp <nick@shipp.ninja>2018-09-30 18:01:24 -0400
committerNick Shipp <nick@shipp.ninja>2018-09-30 18:01:24 -0400
commita10f50a5f908e77cd350afe91cdf66821172a5b3 (patch)
treeb34d7a9b2ab64496487b6111656112bdc64dffa0
parent9f189efa8bca085bb1252d5b28a02cff70081d3f (diff)
read me
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..690c63b
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+Hi
+
+
+
+This is a hobby OS project.
+
+The top level (boot.s + mkpe.c) is a "Hello, World!" UEFI project. boot.s is assembled to a raw x86_64 binary, then mkpe converts it into a minimal UEFI-compatible PE image. This is a minimalism (esp. size) goal, at 416 bytes.
+
+Under `bunny/' lies the more ambitious project: the start of an OS in Rust.