Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-01-12 | PROJECT RESTRUCTURING | Danny Holman | 1 | -17/+0 | |
Move the entire kernel into its own directory. Create new directories for system commands, libraries and other required essentials for a complete Unix-like operating system. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-06-21 | arch: i386: paging: do the recursive paging trick | Danny Holman | 1 | -0/+17 | |
Map the page directory to the last page table. This allows the kernel to access every page table on the system from the address 0xFFC00000 plus an offset. Signed-off-by: Danny Holman <dholman@gymli.org> |