| plan 9 kernel history: overview | file list | diff list |
1995/0117/pc/main.c (diff list | history)
| 1994/1210/sys/src/9/pc/main.c:361,367 – 1995/0117/sys/src/9/pc/main.c:361,367 (short | long | prev | next) | ||
| 1993/0416 | */ | |
| 1993/0915 | cp = BOOTARGS; /* where b.com leaves its config */ | |
| 1993/0416 | cp[BOOTARGSLEN-1] = 0; | |
| 1995/0117 | n = getfields(cp, line, MAXCONF, "\n"); | |
| 1993/0416 | for(j = 0; j < n; j++){ cp = strchr(line[j], '\r'); if(cp) | |