acadia/zion/debug/debug.h
Drew Galbraith 9fc1aa15ef Add an interrupt descriptor table.
Set up a very basic handler for divide by zero and
general protection faults.
2023-05-17 22:54:37 -07:00

4 lines
72 B
C

#pragma once
void dbgln(const char* str);
void panic(const char* str);