Changed to 64 bit physical addresses for x86. This enabled PAE support.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37233 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2a25d16d33
commit
f3eead13e4
@ -20,8 +20,7 @@
|
||||
#ifdef __INTEL__
|
||||
# define __HAIKU_ARCH x86
|
||||
# define __HAIKU_ARCH_X86 1
|
||||
/*# define __HAIKU_ARCH_PHYSICAL_BITS 64*/
|
||||
/* enables PAE */
|
||||
# define __HAIKU_ARCH_PHYSICAL_BITS 64
|
||||
#elif __x86_64__
|
||||
# define __HAIKU_ARCH x86_64
|
||||
# define __HAIKU_ARCH_X86_64 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user