-
Notifications
You must be signed in to change notification settings - Fork 1
The big refactor plan #170
Copy link
Copy link
Open
Description
- Create some kind of wrapper around SegQueue +
.await(is this just a channel?) since this seems to be a very common pattern - Sort out atomics
- More structured logging (
tracing👀 ) - Clean up the pointer/User/VirtualAddress/PhysicalAddress/Page/Frame nonsense
- Somehow work User<*> into the mmap api for userspace mmaps
- Clean up paging code in HAL
- Clean up percpu access - loads of it ends up with the same pattern of .read().as_ref().expect().something().whatever()
- TBD
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels