summaryrefslogtreecommitdiff
path: root/arch/i386/include/kernel/multiboot.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-26arch: i386: add multiboot supportDanny Holman1-0/+104
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>