mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:34:59 +00:00
Kernel: Get rid of of some of the duplicate kernel base address macros
This commit is contained in:
parent
040fe0054b
commit
8c14488106
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