[stage1] Add exception handlers... which somehow don't work?

This commit is contained in:
TuxSH
2018-05-21 02:24:41 +02:00
parent 83d9d874e6
commit 43d1816ac2
6 changed files with 224 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#include "utils.h"
#include "exception_handlers.h"
#include "panic.h"
#include "hwinit.h"
#include "fuse.h"
@@ -85,6 +86,9 @@ static void setup_env(void) {
/* Turn on the backlight after initializing the lfb */
/* to avoid flickering. */
display_enable_backlight(true);
/* Set up the exception handlers. */
setup_exception_handlers();
}
static void cleanup_env(void) {