mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Kernel: Rename .boot_bss to .super_pages to better reflect what it is
This also removes the section attribute for kernel_base which had no effect because the section wasn't included in the linker script.
This commit is contained in:
parent
be795d5812
commit
5188185374
Notes:
sideshowbarker
2024-07-18 08:41:53 +09:00
Author: https://github.com/gunnarbeutner
Commit: 5188185374
Pull-request: https://github.com/SerenityOS/serenity/pull/8891
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/dascandy
4 changed files with 8 additions and 8 deletions
|
@ -109,7 +109,7 @@ static Processor s_bsp_processor; // global but let's keep it "private"
|
|||
extern "C" {
|
||||
PhysicalAddress start_of_prekernel_image;
|
||||
PhysicalAddress end_of_prekernel_image;
|
||||
__attribute__((section(".boot_bss"))) FlatPtr kernel_base;
|
||||
FlatPtr kernel_base;
|
||||
#if ARCH(X86_64)
|
||||
PhysicalAddress boot_pml4t;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue