| plan 9 kernel history: overview | file list | diff list |
2000/0929/bitsy/dat.h (diff list | history)
| 2000/0907/sys/src/9/bitsy/dat.h:167,176 – 2000/0929/sys/src/9/bitsy/dat.h:167,176 (short | long | prev | next) | ||
| 2000/0831 | }active; /* | |
| 2000/0929 | * Each processor sees its own Mach structure at address MACHADDR. * However, the Mach structures must also be available via the per-processor * MMU information array machp, mainly for disambiguation and access to * the clock which is only maintained by the bootstrap processor (0). | |
| 2000/0831 | */ Mach* machp[MAXMACH]; | |
| 2000/0907/sys/src/9/bitsy/dat.h:183,185 – 2000/0929/sys/src/9/bitsy/dat.h:183,186 | ||
| 2000/0907 | { OneMeg= 1024*1024, }; | |
| 2000/0929 | ||