main kernel startup, libc, console tty, asmops, build flags fixes
[bootcensus] / src / config.h
diff --git a/src/config.h b/src/config.h
new file mode 100644 (file)
index 0000000..f01bf9d
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef PCBOOT_CONFIG_H_
+#define PCBOOT_CONFIG_H_
+
+#define CON_TEXTMODE
+#define CON_SERIAL
+
+#endif /* PCBOOT_CONFIG_H_ */