pc64: bump segment limit to 64GB

This commit is contained in:
cinap_lenrek 2014-02-08 00:23:18 +01:00
parent 2b4706b662
commit eaafcf2187

View file

@ -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