diff options
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. |