Added Programmable Interval Timer(PIT) driver
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
***************************************/
|
||||
#ifndef _IDT_H_
|
||||
#define _IDT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
/*
|
||||
* First a bit of theory:
|
||||
* Sometimes you want to interrupt the processor from what it is currently doing
|
||||
@@ -18,8 +20,6 @@
|
||||
* of interrupts handlers(ISRs) to the CPU.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
// Reserved bits in IDT entries
|
||||
#define IDT_FLAG_RESERVED 0x0E
|
||||
|
||||
|
||||
Reference in New Issue
Block a user