diff options
-rw-r--r-- | spinlock.h | 43 | ||||
-rw-r--r-- | timer.c | 33 |
2 files changed, 33 insertions, 43 deletions
@@ -9,46 +9,3 @@ struct spinlock { // that locked the lock. }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// Blank page. @@ -30,3 +30,36 @@ timer_init(void) outb(IO_TIMER1, TIMER_DIV(100) / 256); pic_enable(IRQ_TIMER); } + + + + + + + + + + + + + + + + + + +// Blank page + + + + + + + + + + + + + + |