⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 krnlstd.h

📁 C写的小型操作系统源码
💻 H
字号:
//***********************************************************************/
//    Author                    : Garry
//    Original Date             : Sep,18 2006
//    Module Name               : KRNLSTD.H
//    Module Funciton           : 
//                                This is a general header file,used to
//                                countain all header file(s) in current
//                                directory.
//
//    Last modified Author      :
//    Last modified Date        :
//    Last modified Content     :
//                                1.
//                                2.
//    Lines number              :
//***********************************************************************/

#ifndef __HELLO_CHINA__
#include "hellocn.h"
#endif

#ifndef __TYPES_H__
#include "TYPES.H"
#endif

#ifndef __PERF_H__
#include "PERF.H"
#endif

#ifndef __COMMOBJ_H__
#include "COMMOBJ.h"
#endif

#ifndef __SYN_MECH_H__
#include "SYN_MECH.H"
#endif

#ifndef __COMQUEUE_H__
#include "COMQUEUE.H"
#endif

#ifndef __OBJQUEUE_H__
#include "objqueue.h"
#endif

#ifndef __KTMGR_H__
#include "KTMGR.H"
#endif

#ifndef __SYSTEM_H__
#include "SYSTEM.H"
#endif

#ifndef __DEVMGR_H__
#include "DEVMGR.H"
#endif

#ifndef __MAILBOX_H__
#include "MailBox.h"
#endif

#ifndef __DIM_H__
#include "dim.h"
#endif

#ifndef __MEMMGR_H__
#include "memmgr.h"
#endif

#ifndef __PAGEIDX_H__
#include "PAGEIDX.H"
#endif

#ifndef __VMM_H__
#include "VMM.H"
#endif

#ifndef __HEAP_H__
#include "HEAP.H"
#endif

#ifndef __TASK_CTRL__
#include "taskctrl.h"
#endif

#ifndef __IOMGR_H__
#include "iomgr.h"
#endif

#ifndef __BUFFMGR_H__
#include "buffmgr.h"
#endif

#ifndef __SHELL__
#include "shell.h"
#endif

#ifndef __TIMER__
#include "timer.h"
#endif

#ifndef __KMEMMGR__
#include "kmemmgr.h"
#endif

#ifndef __KTMSG_H__
#include "ktmsg.h"
#endif

#ifndef __KTHREAD_H__
#include "kthread.h"
#endif

#ifndef __GLOBAL_VAR__
#include "globvar.h"
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -