minor changes & work on threading
This commit is contained in:
@@ -7,12 +7,17 @@
|
||||
> - [ ] write a script to run tests
|
||||
> - [ ] a release should only be published if all tests pass
|
||||
|
||||
> [!todo] Memory
|
||||
> - [ ] make sure page tables are correct. we're still getting the annoying page fault errors for the APIC
|
||||
> - [ ] page allocator
|
||||
> - [ ] e
|
||||
|
||||
> [!todo] Allocator
|
||||
> - [ ] learn about several allocator designs and decide on the optimal one
|
||||
> - [ ] implementation
|
||||
> - [ ] implement an allocate method
|
||||
> - [ ] implement a deallocate method
|
||||
> - [ ] set the global allocator
|
||||
> - [x] learn about several allocator designs and decide on the optimal one
|
||||
> - [x] implementation
|
||||
> - [x] implement an allocate method
|
||||
> - [x] implement a deallocate method
|
||||
> - [x] set the global allocator
|
||||
> - [ ] testing
|
||||
> - [ ] write unit tests
|
||||
> - [ ] many allocations
|
||||
|
||||
Reference in New Issue
Block a user