From 953da244ce43c9244fd550547ac6a34485862729 Mon Sep 17 00:00:00 2001 From: Jane Roxanne Date: Tue, 10 Sep 2019 22:30:36 -0500 Subject: [PATCH] Updated readme. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 188cef1..a849d4b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # Zorya-NEO A complete rewrite of the Zorya BIOS to be more modular and easier on memory. + +## Completed modules +- [ ] Boot menu +- [ ] Better CPIO lib +- [ ] CPIO FS/Initramfs +- [ ] FoxFS driver +- [ ] Fuchas NT loader +- [x] loadfile +- [ ] OEFIv1 Emulation +- [ ] OEFIv2.1 +- [x] OpenOS loader +- [ ] ProximaFS driver +- [ ] Unmanaged FS/OSDI driver +- [ ] Virtual Device manager + - [ ] BIOS virtual device + - [ ] Zorya virtual device +- [ ] BIOS emulation + - [ ] Zorya v1.x emulation + - [ ] Reference OEFIv2.1 BIOS emulation + - [ ] MineOS BIOS emulation \ No newline at end of file