More complex physalloc
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
Activity
added 14 commits
-
9d7a16e8...654c0a7b - 10 commits from branch
redox-os:master
- 594e98d9 - Rebase: use latest syscall.
- cc64c057 - Implement physalloc3.
- dd20b394 - It works!
- 14548648 - One bump alloc fix and syscall update.
Toggle commit list-
9d7a16e8...654c0a7b - 10 commits from branch
added 2 commits
mentioned in commit fcea6e06
Please register or sign in to reply