mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
Kernel: Removing hardcoded offsets from Memory Manager
Now the kernel page directory and the page tables are located at a safe address, to prevent from paging data colliding with garbage.
This commit is contained in:
parent
39fcd92210
commit
c3c905aa6c
Notes:
sideshowbarker
2024-07-19 11:19:43 +09:00
Author: https://github.com/supercomputer7
Commit: c3c905aa6c
Pull-request: https://github.com/SerenityOS/serenity/pull/741
Reviewed-by: https://github.com/awesomekling
5 changed files with 18 additions and 12 deletions
|
@ -8,6 +8,7 @@ SECTIONS
|
|||
{
|
||||
Arch/i386/Boot/boot.ao
|
||||
*(.multiboot)
|
||||
*(.page_tables)
|
||||
*(.text)
|
||||
*(.text.startup)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue