diff options
author | Nick Shipp <nick@shipp.ninja> | 2018-09-30 18:01:24 -0400 |
---|---|---|
committer | Nick Shipp <nick@shipp.ninja> | 2018-09-30 18:01:24 -0400 |
commit | a10f50a5f908e77cd350afe91cdf66821172a5b3 (patch) | |
tree | b34d7a9b2ab64496487b6111656112bdc64dffa0 /README | |
parent | 9f189efa8bca085bb1252d5b28a02cff70081d3f (diff) |
read me
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |