From 696c29086bd57e9f311b3f8ea2cc57d5639fb99b Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Sun, 15 Apr 2018 18:44:47 -0700 Subject: [PATCH] Clean up isr references in main.cpp --- src/modules/main/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/main/main.cpp b/src/modules/main/main.cpp index b5c5e7c..5709a23 100644 --- a/src/modules/main/main.cpp +++ b/src/modules/main/main.cpp @@ -28,8 +28,6 @@ load_console(const popcorn_data *header) header->log_length}; } -extern "C" { void isr31(); } - void kernel_main(popcorn_data *header) { @@ -46,7 +44,6 @@ kernel_main(popcorn_data *header) cons.puts("Interrupts initialized.\n"); // int x = 1 / 0; - // isr31(); __asm__ __volatile__("int $15"); cons.puts("boogity!");