summaryrefslogtreecommitdiff
path: root/src/include/toxic
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/toxic')
-rw-r--r--src/include/toxic/config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/toxic/config.h b/src/include/toxic/config.h
new file mode 100644
index 0000000..19d05a9
--- /dev/null
+++ b/src/include/toxic/config.h
@@ -0,0 +1,11 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define TOTAL_INTERRUPTS 512
+#define KERNEL_CODE_SELECTOR 0x08
+#define KERNEL_DATA_SELECTOR 0x010
+
+/* Kernel heap settings */
+#define PAGE_SIZE (4096)
+
+#endif /* CONFIG_H */