aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
blob: 789a80f0ff5e31303a7ca14804ae7dafcac014e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// MIT License, Copyright (c) 2020 Marvin Borner
// General kernel config

#ifndef CONFIG_H
#define CONFIG_H

int MELVIX_VERSION = 0;

#define USERNAME "melvin"
#define FONT_PATH "/font/ter-p32n.psf"
//#define FONT_PATH "/font/spleen-16x32.psfu"
#define NETWORK "rtl8139"

#endif