| plan 9 kernel history: overview | file list | diff list |
1991/0605/gnot/mem.h (diff list | history)
| 1991/0523/sys/src/9/gnot/mem.h:97,105 – 1991/0605/sys/src/9/gnot/mem.h:97,104 (short | long | prev | next) | ||
| 1991/0523 | #define USTKTOP (TSTKTOP-TSTKSIZ*BY2PG) /* byte just beyond user stack */ | |
| 1990/03091 | #define KZERO KSEG /* base of kernel address space */ #define KTZERO (KZERO+BY2PG) /* first address in kernel text */ | |
| 1990/0821 |
| |
| 1991/0605 | #define USTKSIZE (4*1024*1024) /* size of user stack */ | |
| 1990/03091 |
| |
| 1991/0411 | ||