[GSoC] [ARM] Patch by Johannes Wischert.
Revert back start of kernel space to the usual place, no need to differ from other archs here. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32401 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
77ae7223e9
commit
47eb033980
@ -6,9 +6,8 @@
|
||||
#define _KERNEL_ARCH_ARM_KERNEL_H
|
||||
|
||||
#include <arch/cpu.h>
|
||||
#warning "ARM:todo memory map is wrong"
|
||||
// memory layout
|
||||
#define KERNEL_BASE 0x80500000
|
||||
#define KERNEL_BASE 0x80000000
|
||||
#define KERNEL_SIZE 0x80000000
|
||||
#define KERNEL_TOP (KERNEL_BASE + (KERNEL_SIZE - 1))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user