| plan 9 kernel history: overview | file list | diff list |
2001/0731/alphapc/main.c (diff list | history)
| 2001/0728/sys/src/9/alphapc/main.c:189,195 – 2001/0731/sys/src/9/alphapc/main.c:189,195 (short | long | prev | next) | ||
| 1999/0415 | * Kernel Stack */ p->sched.pc = (ulong)init0; | |
| 2001/0731 | p->sched.sp = (ulong)p->kstack+KSTACK-MAXSYSARG*BY2WD; | |
| 1999/0415 | /* * User Stack, pass input arguments to boot process */ | |