formatting updates

This commit is contained in:
rsc 2008-08-20 18:00:13 +00:00
parent 5b7f8cbe7c
commit 9b62657ecd
2 changed files with 33 additions and 43 deletions

View file

@ -9,46 +9,3 @@ struct spinlock {
// that locked the lock.
};
// Blank page.

33
timer.c
View file

@ -30,3 +30,36 @@ timer_init(void)
outb(IO_TIMER1, TIMER_DIV(100) / 256);
pic_enable(IRQ_TIMER);
}
// Blank page