Age | Commit message (Collapse) | Author |
|
Add the mostly finished physical memory allocator and expose its
functions to the paging system.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
The VMM should control the physical memory as well as paging. This
allows the VMM to grab frames as it sees fit.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Add references to the PMM bitmap to the linker script.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Move the start of the kernel image to the "higher half" of memory. This
also enables paging.
|
|
Signed-off-by: Danny Holman <dholman@gymli.xyz>
|