diff options
Diffstat (limited to 'kernel/config.h')
-rw-r--r-- | kernel/config.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/config.h b/kernel/config.h new file mode 100644 index 0000000..29c0e23 --- /dev/null +++ b/kernel/config.h @@ -0,0 +1,14 @@ +// MIT License, Copyright (c) 2020 Marvin Borner +// General kernel config + +#ifndef CONFIG_H +#define CONFIG_H + +int MELVIX_VERSION = 0; + +#define USERNAME "Neo" +//#define FONT_PATH "/font/ter-p32n.psf" +#define FONT_PATH "/font/spleen-16x32.psfu" +#define NETWORK "rtl8139" + +#endif |