Skip to content
Snippets Groups Projects

More complex physalloc

Merged Jacob Lorentzon requested to merge 4lDO2/kernel:complex-physalloc into master

A very basic implementation of syscall!46 (merged).

Adds a better interface for drivers when allocating physical memory, such as allocating in 32-bit physical memory space (required for some e.g. XHCI when a special capability register indicates that 64-bit memory is unsupported). Also adds "partial allocation", where a driver can request a number of frames, but only receive up to min, which is useful for scatter-gather lists.

Edited by Jacob Lorentzon

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading