feat: parsing dtb
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
#include <IO/Serial.h>
|
||||
#include <OS/Panic.h>
|
||||
|
||||
void ExceptionsHandler(ExceptionsContext* frame, ExceptionsType type) {
|
||||
void ExceptionsHandler(ExceptionsContext* frame, [[maybe_unused]]ExceptionsType type) {
|
||||
OSPanicException(frame);
|
||||
}
|
||||
Reference in New Issue
Block a user