fix: interim README change

This commit is contained in:
2026-02-23 20:59:26 +01:00
parent 114aa37ef8
commit 75cbb1ff76
6 changed files with 3 additions and 102 deletions
+1 -25
View File
@@ -1,25 +1 @@
# OS220
Research project aiming to create a modern kernel and operating system in C++
### Kernel
- [x] Global Descriptor Table
- [x] Output via Flanterm by mintsuki
- [x] Memory map scanning
- [x] Kernel-mode heap allocator
- [x] ISR handling (interrupts)
- [x] Exception handling
- [x] Virtual memory paging
- [ ] UEFI runtime service support
- [ ] ACPI & AML support
- [ ] PCI-e
- [ ] HPET timer
- [ ] Object manager
- [ ] Ramdisk
- [ ] Scheduler
### Kernel C++ library
- [x] new/delete operators
- [x] String stream (`cstringstream`)
- [x] Console output stream via `operator<<` (`kout`, `kerr`)
- [x] Vector/array class
- [ ] String class
# The ZenithOS Operating System