commit | ee6d10de2d32711525dc37090f6b617a8526ad3a | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sat May 29 18:05:16 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sat May 29 18:05:16 2021 -0700 |
tree | e0b79e08a62d821d47c39c4b82cee915b9d85f41 | |
parent | aed6ff3a05cc293637b875dc1e5ccd41b1466044 [diff] [blame] |
Finish refactor, add 0x80 and 0x81 to IDT
diff --git a/src/kernel/main.c b/src/kernel/main.c index 876c647..fc9ee22 100644 --- a/src/kernel/main.c +++ b/src/kernel/main.c
@@ -80,11 +80,11 @@ init_tasks(); kprintf("\ndone initializing tasks\n"); -#ifdef TEST_THREADS +//#ifdef TEST_THREADS spawn_thread(other_thread, NULL); greet(); -#endif +//#endif #ifdef TEST_ATA_PIO test_ata_pio();