pc: increase number of Conf.mem[] entries from 4 to 16
This commit is contained in:
parent
e9af397dc7
commit
0e381493bf
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ struct Conf
|
|||
ulong nmach; /* processors */
|
||||
ulong nproc; /* processes */
|
||||
ulong monitor; /* has monitor? */
|
||||
Confmem mem[4]; /* physical memory */
|
||||
Confmem mem[16]; /* physical memory */
|
||||
ulong npage; /* total physical pages of memory */
|
||||
ulong upages; /* user page pool */
|
||||
ulong nimage; /* number of page cache image headers */
|
||||
|
|
Loading…
Reference in a new issue