pc64: bump segment limit to 64GB
This commit is contained in:
parent
2b4706b662
commit
eaafcf2187
1 changed files with 2 additions and 2 deletions
|
@ -128,9 +128,9 @@
|
|||
*/
|
||||
#define PTEMAPMEM (1024*1024)
|
||||
#define PTEPERTAB (PTEMAPMEM/BY2PG)
|
||||
#define SEGMAPSIZE 1984
|
||||
#define SEGMAPSIZE 65536
|
||||
#define SSEGMAPSIZE 16
|
||||
#define PPN(x) ((x)&~((uintptr)BY2PG-1))
|
||||
#define PPN(x) ((x)&~(BY2PG-1))
|
||||
|
||||
/*
|
||||
* physical MMU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue