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