#ifndef FOOLOS_KERNEL_H #define FOOLOS_KERNEL_H #define KERNEL_VERSION "FoolOs 0.2.1" #include "terminal/vt52.h"; typedef struct fool_os_struct { vt52_tty *tty1; }fool_os; fool_os *get_fool(); #endif