mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
Kernel: Get rid of of some of the duplicate kernel base address macros
This commit is contained in:
parent
040fe0054b
commit
8c14488106
Notes:
sideshowbarker
2024-07-18 10:24:52 +09:00
Author: https://github.com/gunnarbeutner
Commit: 8c14488106
Pull-request: https://github.com/SerenityOS/serenity/pull/8445
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/awesomekling ✅
4 changed files with 34 additions and 32 deletions
|
@ -11,4 +11,4 @@
|
|||
#define READONLY_AFTER_INIT __attribute__((section(".ro_after_init")))
|
||||
#define UNMAP_AFTER_INIT NEVER_INLINE __attribute__((section(".unmap_after_init")))
|
||||
|
||||
#define KERNEL_BASE 0xC000'0000
|
||||
#define KERNEL_BASE 0xC0000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue