Skip to content

The big refactor plan #170

@egkoppel

Description

@egkoppel
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions