aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config30
1 files changed, 30 insertions, 0 deletions
diff --git a/.config b/.config
new file mode 100644
index 0000000..1cfccc9
--- /dev/null
+++ b/.config
@@ -0,0 +1,30 @@
+
+#
+# Build
+#
+CONFIG_EXTRA_CXX_FLAGS=""
+CONFIG_OBJ_DIR="build"
+# end of Build
+
+#
+# Drivers
+#
+
+#
+# Video
+#
+CONFIG_video0_enable=y
+CONFIG_video0_driver_cga=y
+# CONFIG_video0_driver_vga is not set
+CONFIG_VIDEO0_CLASS="CGA"
+CONFIG_VIDEO0_CONSOLE=y
+# end of Video
+
+#
+# Serial ports
+#
+CONFIG_serial0_enable=y
+CONFIG_SERIAL0_CLASS="SerialPort"
+CONFIG_SERIAL0_CONSOLE=y
+# end of Serial ports
+# end of Drivers