| plan 9 kernel history: overview | file list | diff list |
2001/0728/alphapc/main.c (diff list | history)
| 2001/0727/sys/src/9/alphapc/main.c:29,37 – 2001/0728/sys/src/9/alphapc/main.c:29,37 (short | long | prev | next) | ||
| 2001/0727 | long i, n; char *cp, *line[MAXCONF], *p, *q; | |
| 2000/0401 |
| |
| 2001/0728 | cp = bootargs; strncpy(cp, bootconf->bootargs, BOOTARGSLEN); | |
| 2000/0401 | cp[BOOTARGSLEN-1] = 0; | |
| 2001/0727 | /* * Strip out '\r', change '\t' -> ' '. | |
| 2001/0727/sys/src/9/alphapc/main.c:88,103 – 2001/0728/sys/src/9/alphapc/main.c:88,93 | ||
| 2000/0401 | if(arch->corehello) | |
| 1999/0415 | arch->corehello(); | |
| 1999/0515 |
| |
| 1999/0415 |
| |
| 2001/0727/sys/src/9/alphapc/main.c:118,123 – 2001/0728/sys/src/9/alphapc/main.c:108,114 | ||
| 1999/0415 | machinit(void) { int n; | |
| 2001/0728 | Hwcpu *cpu; | |
| 1999/0415 | icflush(); n = m->machno; | |
| 2001/0727/sys/src/9/alphapc/main.c:126,131 – 2001/0728/sys/src/9/alphapc/main.c:117,126 | ||
| 1999/0415 | active.exiting = 0; active.machs = 1; | |
| 2001/0728 | cpu = (Hwcpu*) ((ulong)hwrpb + hwrpb->cpuoff + n*hwrpb->cpulen); cpu->state &= ~1; /* boot in progress - not */ /* cpu->state |= (4<<16); /* stay halted */ | |
| 1999/0415 | } void | |