We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed574f6 commit e93977cCopy full SHA for e93977c
libcpu/aarch64/common/mmu.c
@@ -54,7 +54,7 @@
54
55
/* restrict virtual address on usage of RT_NULL */
56
#ifndef KERNEL_VADDR_START
57
-#define KERNEL_VADDR_START (ARCH_RAM_OFFSET + ARCH_TEXT_OFFSET)
+#define KERNEL_VADDR_START 0x1000
58
#endif
59
60
volatile unsigned long MMUTable[512] __attribute__((aligned(4 * 1024)));
0 commit comments