aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config22
1 files changed, 22 insertions, 0 deletions
diff --git a/.config b/.config
new file mode 100644
index 0000000..a843a13
--- /dev/null
+++ b/.config
@@ -0,0 +1,22 @@
+
+#
+# Toolchain
+#
+CONFIG_CCFLAGS=""
+CONFIG_LDFLAGS=""
+# end of Toolchain
+
+#
+# Target
+#
+CONFIG_ARCH_i686=y
+# end of Target
+
+#
+# Devices
+#
+CONFIG_PIC_8259=y
+CONFIG_UART_16550=y
+CONFIG_VGA_TEXT_MODE=y
+CONFIG_KB_PS2=y
+# end of Devices