Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-27 | arch: i386: pass entry page directory to entry func | Danny Holman | |
Add a third argument to i386_entry. This argument is the bootstrap page directory. Pages can be temporarily mapped in during the initialization of the paging system. Signed-off-by: Danny Holman <dholman@gymli.org> | |||
2023-11-26 | arch: i386: add multiboot support | Danny Holman | |
Add support for the multiboot specification. These files will allow the kernel to read the multiboot header information as well as the provided memory map. Signed-off-by: Danny Holman <dholman@gymli.org> |