Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-28 | arch: i386: kernel: add mostly finished PFA and paging system | Danny Holman | 1 | -8/+0 | |
Add the mostly finished physical memory allocator and expose its functions to the paging system. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-02-24 | arch: i386: move jump_userspace to its own file | Danny Holman | 1 | -0/+29 | |
Move the function that jumps to ring 3 to its own assembly file. Signed-off-by: Danny Holman <dholman@gymli.org> |