www.pudn.com > LFYOS.zip > kernel.h
#ifndef OS_KERNEL_KERNEL #define OS_KERNEL_KERNEL #include"const.h" #include"capability.h" #include"arch.h" #include"time.h" #include"file.h" #include"process.h" #include"kernel_struct.h" #include"os_struct.h" #include"call_kernel.h" #include"function.h" extern struct os_data os_object; #define os (&os_object) #endif