Completed Part2: 07_timers.

This commit is contained in:
Jonathan Turner 2023-09-15 11:36:42 -04:00
parent e45f28f10a
commit 2da757d6a9
14 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Part2/A4/07_timers/kernel.bin Executable file

Binary file not shown.

View File

@ -6,7 +6,9 @@ void _start() {
isr_install();
asm volatile("sti");
init_timer(50);
/* init_timer(50); */
/* init_timer(1000); */
init_timer(10);
/* Comment out the timer IRQ handler to read
* the keyboard IRQs easier */
init_keyboard();

Binary file not shown.

Binary file not shown.

Binary file not shown.