Commit to running on an SMP (perhaps with only 1 core). Remove most code
from picirq.c and remove timer.c completely. Update runoff.list.
This commit is contained in:
parent
70705966ad
commit
4f14d8d1e5
10 changed files with 6 additions and 125 deletions
1
uart.c
1
uart.c
|
|
@ -41,7 +41,6 @@ uartinit(void)
|
|||
// enable interrupts.
|
||||
inb(COM1+2);
|
||||
inb(COM1+0);
|
||||
picenable(IRQ_COM1);
|
||||
ioapicenable(IRQ_COM1, 0);
|
||||
|
||||
// Announce that we're here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue