init vector implementation
[cortex-from-scratch] / main.c
diff --git a/main.c b/main.c
index 87b45e7..c17c664 100644 (file)
--- a/main.c
+++ b/main.c
@@ -56,6 +56,12 @@ void main()
 {
        uart_init();
        uart_puts("LOADING SYSTEM...\n");
+
+       ivt_init();
+
+       //extern void stub();
+       //stub();
+
        // loop
        for(;;) {