| plan 9 kernel history: overview | file list | diff list |
1990/0821/gnot/mem.h (diff list | history)
| 1990/08101/sys/src/9/gnot/mem.h:95,100 – 1990/0821/sys/src/9/gnot/mem.h:95,101 (short | long | prev | next) | ||
| 1990/03091 | #define USTKTOP (TSTKTOP-100*BY2PG) /* byte just beyond user stack */ #define KZERO KSEG /* base of kernel address space */ #define KTZERO (KZERO+BY2PG) /* first address in kernel text */ | |
| 1990/0821 | #define USTACKSIZE (4*1024*1024) /* size of user stack */ | |
| 1990/03091 | #define NSEG 5 #define MACHSIZE 4096 | |