Added Programmable Interval Timer(PIT) driver
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
***************************************/
|
||||
#ifndef _GDT_H_
|
||||
#define _GDT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
/*
|
||||
* First a bit of theory:
|
||||
* GDT(Global Descriptor Table) is a complex data structure used in x86 systems
|
||||
@@ -29,8 +31,6 @@
|
||||
* a new GDT ourself.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* Those values were taken from Intel's developer manual */
|
||||
|
||||
// GDT fields
|
||||
|
||||
Reference in New Issue
Block a user