提交 9b62657e 创建 作者: rsc's avatar rsc

formatting updates

上级 5b7f8cbe
...@@ -9,46 +9,3 @@ struct spinlock { ...@@ -9,46 +9,3 @@ struct spinlock {
// that locked the lock. // that locked the lock.
}; };
// Blank page.
...@@ -30,3 +30,36 @@ timer_init(void) ...@@ -30,3 +30,36 @@ timer_init(void)
outb(IO_TIMER1, TIMER_DIV(100) / 256); outb(IO_TIMER1, TIMER_DIV(100) / 256);
pic_enable(IRQ_TIMER); pic_enable(IRQ_TIMER);
} }
// Blank page
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论