Sorting source tree a bit
[tpg/acess2.git] / KernelLand / Kernel / arch / x86_64 / include / arch_config.h
diff --git a/KernelLand/Kernel/arch/x86_64/include/arch_config.h b/KernelLand/Kernel/arch/x86_64/include/arch_config.h
new file mode 100644 (file)
index 0000000..c9f47b0
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ */
+#ifndef _ARCH_CONFIG_H_
+#define _ARCH_CONFIG_H_
+
+
+#define PIT_TIMER_BASE_N       3579545
+#define PIT_TIMER_BASE_D       3
+// PIT Ticks at 1.1931816666666 MHz
+// Base is 1193182 HZ
+#define PIT_TIMER_DIVISOR      11931   //~100Hz
+
+#endif

UCC git Repository :: git.ucc.asn.au