summaryrefslogtreecommitdiffstats
path: root/arch/x86/PrimaryInit.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/PrimaryInit.h')
-rw-r--r--arch/x86/PrimaryInit.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/x86/PrimaryInit.h b/arch/x86/PrimaryInit.h
new file mode 100644
index 0000000..8d16549
--- /dev/null
+++ b/arch/x86/PrimaryInit.h
@@ -0,0 +1,12 @@
+#include "gdt/Gdt.h"
+#include "io/VGADisplay.h"
+
+
+#define x86_ARCH
+
+class PrimaryInitialization
+{
+ protected:
+ virtual void processorInitialize();
+ virtual void devicesInitialize();
+};