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

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

#define KERNEL_HELLO_MESSAGE "Welcome to FoolOs 0.0.6"

// #define DEBUG

#endif