Skip to content

Commit

Permalink
update ROADMAP.md
Browse files Browse the repository at this point in the history
the kernel needs to be tested and formatted !
  • Loading branch information
brvtalcake authored Nov 2, 2024
1 parent 82f94ff commit 3a3deda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
- [ ] if possible, separate bootloader-specific requests / responses handling, and try to add support for more bootloaders. Also try to abstract bootloaders differences into a cleaner interface for retrieving responses, etc... (maybe load different modules depending on the detected bootloader ?) (maybe use custom binary format for kernel modules ?)
- [ ] setup per-cpu variables
- [ ] setup a stack for the kernel
- [ ] configure clang-format or some other formatter

## 01/12/2024

- [ ] get a working memory management subsystem
- [ ] get a working API for subsystems to register their interrupt handlers
- [ ] be able to write to the framebuffer (i.e. a proper `zerOS_printk` and some basic framebuffer related API)
- [ ] write unit tests / runtime selftests for some kernel APIs

## 15/12/2024

Expand Down

0 comments on commit 3a3deda

Please sign in to comment.