提交 bbf104b3 创建 作者: Nickolai Zeldovich's avatar Nickolai Zeldovich

use more memory

上级 7cc9dbf2
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#define IOSPACEB 0xA0000 // begin IO space #define IOSPACEB 0xA0000 // begin IO space
#define IOSPACEE 0x100000 // end IO space #define IOSPACEE 0x100000 // end IO space
#define PHYSTOP 0x1000000 // use phys mem up to here as free pool #define PHYSTOP 0xE000000 // use phys mem up to here as free pool
#define KERNBASE 0xF0000000 #define KERNBASE 0xF0000000
#define USERTOP (KERNBASE-PGSIZE) #define USERTOP (KERNBASE-PGSIZE)
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论