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();