Draft: lab 3 irq wtf
This commit is contained in:
5
kernel/include/exception.h
Normal file
5
kernel/include/exception.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void init_exception(void);
|
||||
void not_implemented_handler(void);
|
||||
void synchronous_handler(void);
|
||||
Reference in New Issue
Block a user