pc: increase number of Conf.mem[] entries from 4 to 16

This commit is contained in:
cinap_lenrek 2021-02-06 13:33:58 +01:00
parent e9af397dc7
commit 0e381493bf

View file

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