Add file functionality in fs.cpp

This commit is contained in:
Justin C. Miller
2020-02-24 02:19:06 -08:00
parent 1a223d6ef5
commit 4accfd136e
4 changed files with 96 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ modules:
- src/boot/main.cpp
- src/boot/console.cpp
- src/boot/error.cpp
- src/boot/fs.cpp
- src/boot/hardware.cpp
- src/boot/memory.cpp