Add HAL/abstractions to TODOs

This commit is contained in:
2025-02-28 23:07:16 +00:00
parent ad5edb57db
commit 9ed3b73df8
+5 -1
View File
@@ -6,7 +6,11 @@
> - [ ] figure out how to run QEMU in the test environment
> - [ ] write a script to run tests
> - [ ] a release should only be published if all tests pass
>
> [!todo] HAL (Hardware Abstraction Layer)
> - [ ] use either traits or cfg attributes to support more than just x86_64
> - [ ] prefer writing cross platform code (I am aware I made the problem slightly worse by merging libk with the kernel sources)
>
> [!todo] Allocator
> - [ ] learn about several allocator designs and decide on the optimal one
> - [ ] implementation