summaryrefslogtreecommitdiff
path: root/arch/i386/linker.ld (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-26arch: i386: linker.ld: add references to the bitmapDanny Holman1-0/+5
Add references to the PMM bitmap to the linker script. Signed-off-by: Danny Holman <dholman@gymli.org>
2021-07-20arch: i386: move the kernel to high memoryDanny Holman1-6/+16
Move the start of the kernel image to the "higher half" of memory. This also enables paging.