exo: always enable usermode exception handlers

This commit is contained in:
Michael Scire
2019-04-10 23:30:19 -07:00
parent 88294116b8
commit 1e5fcff242
4 changed files with 18 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ uint64_t bootconfig_get_memory_arrangement(void) {
}
}
uint64_t bootconfig_get_kernel_memory_configuration(void) {
uint64_t bootconfig_get_kernel_configuration(void) {
if (bootconfig_is_debug_mode()) {
uint64_t high_val = 0;
if (fuse_get_dram_id() == 4) {