//----------------------------------------------------------------------------// // GNU GPL OS/K // // // // Authors: spectral` // // NeoX // // // // Desc: Kaleid Kernel main include file // //----------------------------------------------------------------------------// #ifndef _KALBASE_H #include #endif #ifndef _KALEXT_H #include #endif //------------------------------------------// #ifndef _KALKERN_H #define _KALKERN_H //------------------------------------------// // Kernel headers // //------------------------------------------// #ifndef _KALKERN_BASE_H #include #endif #ifndef _KALKERN_TERMINAL_H #include #endif // not ready for kernel compilation #ifndef _KALEID_KERNEL #ifndef _KALKERN_SCHED_H #include #endif #endif //------------------------------------------// #endif