summaryrefslogtreecommitdiff
path: root/stage3/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/main.c')
-rw-r--r--stage3/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/stage3/main.c b/stage3/main.c
index 630379b..d3ebe9d 100644
--- a/stage3/main.c
+++ b/stage3/main.c
@@ -7,6 +7,7 @@
#include "letters.h"
#include "interrupts.h"
#include "pic.h"
+#include "anna.h"
void init()
{
@@ -70,7 +71,9 @@ void init()
init_interrupts();
pic_init();
- unmask_irq(IRQ_PIT);
+ uwu();
+
+ // unmask_irq(IRQ_PIT);
enable_irqs();
halt();