We've supported 64-bit PTEs for some time.
This commit is contained in:
parent
6d2b152f70
commit
e889b2b09e
@ -10,12 +10,3 @@ machine mips mips64eb
|
||||
makeoptions ARCH_FLAGS="-mabi=64 -march=mips64"
|
||||
makeoptions LDSCRIPT_NAME=ldscript.mips.cfe
|
||||
makeoptions KERNLOADADDR=0xffffffff80001000
|
||||
|
||||
#
|
||||
# XXX restrict memory to maximum 4GB because page table entries in pmap
|
||||
# are still 32 bits wide
|
||||
|
||||
#
|
||||
# MAXMEM is specified in units of KB
|
||||
#
|
||||
options MAXMEM=0x400000
|
||||
|
@ -13,12 +13,3 @@ machine mips mips64eb
|
||||
makeoptions ARCH_FLAGS="-mabi=64 -march=mips64"
|
||||
makeoptions LDSCRIPT_NAME=ldscript.mips.cfe
|
||||
makeoptions KERNLOADADDR=0xffffffff80001000
|
||||
|
||||
#
|
||||
# XXX restrict memory to maximum 4GB because page table entries in pmap
|
||||
# are still 32 bits wide
|
||||
|
||||
#
|
||||
# MAXMEM is specified in units of KB
|
||||
#
|
||||
options MAXMEM=0x400000
|
||||
|
Loading…
Reference in New Issue
Block a user