mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 04:49:16 +00:00
Implemented GDT & IDT
This commit is contained in:
11
include/interrupts.hpp
Normal file
11
include/interrupts.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef __FENNIX_KERNEL_INTERRUPTS_H__
|
||||
#define __FENNIX_KERNEL_INTERRUPTS_H__
|
||||
|
||||
#include <types.h>
|
||||
|
||||
namespace Interrupts
|
||||
{
|
||||
void Initialize();
|
||||
}
|
||||
|
||||
#endif // !__FENNIX_KERNEL_INTERRUPTS_H__
|
Reference in New Issue
Block a user