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