improve printing functions and project structure

This commit is contained in:
Robert 2023-09-05 19:11:15 +02:00
parent 3d25674623
commit 97341b9c46
8 changed files with 133 additions and 53 deletions

7
roadmap.md Normal file
View file

@ -0,0 +1,7 @@
# Short-term goals
1. Paging
* Write a page allocator
* Setup the x86 for Paging
2. Process scheduling
3. Implement a filesystem