#ifndef FOOLOS_KERNEL_H #define FOOLOS_KERNEL_H #include //needed for uint16_t #define KERNEL_VERSION "Welcome to FoolOs 0.0.7" #define false 0 #define true !false #define bool uint8_t // #define DEBUG #endif