Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-16 | arch: i386: multiboot: move arch-specific inits here | Danny Holman | |
Move all the architecture-specific initialization calls to this file. This frees up the main function to initialize other parts of the kernel. 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> |