summaryrefslogtreecommitdiff
path: root/kernel/kernel.h
blob: 5d10738df74029edd4e4f356313e6231e58207c5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef FOOLOS_KERNEL_H
#define FOOLOS_KERNEL_H

#include <stdint.h> //needed for uint16_t

#define KERNEL_HELLO_MESSAGE "FoolOs 0.0.5"
// #define DEBUG

#endif