| plan 9 kernel history: overview | file list | diff list |
1991/0711/gnot/main.c (diff list | history)
| 1991/0710/sys/src/9/gnot/main.c:158,164 – 1991/0711/sys/src/9/gnot/main.c:158,164 (short | long | prev | next) | ||
| 1990/03091 | * Kernel Stack */ p->sched.pc = (ulong)init0; | |
| 1991/0711 | p->sched.sp = USERADDR+BY2PG-MAXSYSARG*BY2WD; | |
| 1990/1004 | p->sched.sr = SUPER|SPL(0); | |
| 1991/0705 | p->upage = newpage(1, 0, USERADDR|(p->pid&0xFFFF)); | |
| 1990/03091 | ||