Marcel Moolenaar 77121031e7 Now that printf() needs the PCPU, set it up before we call printf().
Change the pc_pcb field from a pointer to struct pcb to struct pcb
so that sizeof(struct pcb) includes the PCB we use for IPI_STOP.
Statically declare early_pcb so that we don't have to allocate the
PCB for thread0. This way we can setup the PCPU before cninit()
and thus before we use printf().
2006-11-18 21:52:26 +00:00
..
PR:
2006-10-04 21:37:10 +00:00
2006-11-13 06:26:57 +00:00
2005-06-09 19:45:09 +00:00
2005-08-06 20:28:19 +00:00
2005-08-06 20:28:19 +00:00