From f0f182ced0190c2fc4c8f111f8df1fbbda2b5d4d Mon Sep 17 00:00:00 2001 From: iProgramMC Date: Sun, 4 Dec 2022 21:20:55 +0200 Subject: [PATCH] * Remove some irrelevant stuff from the readme. :) --- readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/readme.md b/readme.md index 9c19ea0f..138bd8f8 100644 --- a/readme.md +++ b/readme.md @@ -69,9 +69,6 @@ Feel free to submit issues you may have with this OS in the Issues tab. To disc - [ ] NVMe? - [ ] USB stick device driver #### File system - -This branch is meant as an overhaul to how the VFS in NanoShell is structured. Here are my plans. -- [x] Rewrite root directory code. - [x] EXT2: - [x] \* Read only support. - [x] \* Expand a file. @@ -94,7 +91,6 @@ This branch is meant as an overhaul to how the VFS in NanoShell is structured. H - [ ] \* Create a directory. - [ ] \* Remove an empty directory. - [ ] \* Do all these things with flying colors from `chkdsk`. -- [ ] Integrate these changes into the NanoShell we all know and love. :) #### The future - [ ] An installer, which deploys [Limine](https://github.com/limine-bootloader/limine) onto a system, creates a FAT32 (or EXT2?) file system and creates a working installation of NanoShell