Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | PROJECT RESTRUCTURING | Danny Holman | |
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 | |
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> |