1
Fork 0
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:
Gunnar Beutner 2021-07-05 01:20:34 +02:00 committed by Andreas Kling
parent 040fe0054b
commit 8c14488106
4 changed files with 34 additions and 32 deletions

View file

@ -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