From 245e708d82f3f9dcb8ea98c36f8518a4e77d8229 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Thu, 30 Jan 2025 08:44:47 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6f46f33..de5a9bf 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ make run-kernel # runs only kernel in QEMU emulator - [ ] Keyboard & Mouse (PS/2) - [ ] ACPI - [ ] Threads +- [ ] File systems +- [ ] Disk management +- [ ] Executable files +- [ ] Basic shell +- [ ] Internet - [ ] Time - [ ] Video graphics - [ ] Audio From 7d5218b9d5e18af1d027ea12673bba5b5516288c Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:33:44 +0300 Subject: [PATCH 2/2] fat32 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de5a9bf..1d77768 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ make run-kernel # runs only kernel in QEMU emulator - [ ] Keyboard & Mouse (PS/2) - [ ] ACPI - [ ] Threads -- [ ] File systems +- [ ] File systems (FAT32) - [ ] Disk management - [ ] Executable files - [ ] Basic shell