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

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

#define KERNEL_HELLO_MESSAGE "FoolOs 0.0.2"
// #define DEBUG

#endif