aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorMarvin Borner2020-07-26 14:34:54 +0200
committerMarvin Borner2020-07-26 14:34:54 +0200
commitd8410862be2f00bf2ce321bc28b8322f2de944a9 (patch)
treedb7895b12b9a5896b63c5dcf7af8133150e3c858 /src/config.h
parent0de8165d440c549847a1c600558305b04a36a77e (diff)
Added terminus font and config file
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
new file mode 100644
index 0000000..08779a7
--- /dev/null
+++ b/src/config.h
@@ -0,0 +1,12 @@
+// MIT License, Copyright (c) 2020 Marvin Borner
+// General kernel config
+
+#ifndef CONFIG_H
+#define CONFIG_H
+
+int MELVIX_VERSION = 0;
+
+#define FONT_PATH "/font/ter-p32n.psf"
+//#define FONT_PATH "/font/spleen-16x32.psfu"
+
+#endif