From a10f50a5f908e77cd350afe91cdf66821172a5b3 Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Sun, 30 Sep 2018 18:01:24 -0400 Subject: read me --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README 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. -- cgit v1.2.3-54-g00ecf