Added Programmable Interval Timer(PIT) driver

This commit is contained in:
ice-bit
2019-07-06 01:09:10 +02:00
parent ba9feaba18
commit bb1df4da6b
8 changed files with 94 additions and 8 deletions

View File

@@ -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