?? dos.h
字號(hào):
/*************************************Seekfor Embed DOS v1.0***************************************************
****** ********* ****** ***** ****** v1.0
** *** ** ** ** ** ** ** ** ***
** ** ** ** ** ** ** ** ** **
** ** ** ** ** ** ** **
** ** ** ** ** ** ** **
*** ******* ** ** ** ** ***
*** ** ** ** ** ** ** ***
** ** ** ** ** ** ** **
** ** ** ** ** ** **
** ** ** ** ** ** ** ** **
** ** ** ** ** ** ** ** **
*** ** ** ** ** ** ** *** **
****** **** ****** ***** ******
<1)基本描述
Seekfor Embedded DOS v1.0是嵌入式的一個(gè)類DOS操作系統(tǒng),支持FAT16/FAT32.
<2)文件描述
文件名:common.h
功能:基本定義
<3>如需更新版本軟件,請(qǐng)聯(lián)系:
QQ:82054357
Mail:Seek_for@163.com
MSN:sfrad32@hotmail.com
**************************************************************************************************************/
#ifndef __COMMON_H__
#define __COMMON_H__
#include "stdarg.h" /*ANSI C header*/
#include "DOS_cfg.h" /*OS config*/
#include "cpu.h" /*CPU相關(guān)*/
#include "fat.h" /*FAT Style&FAT API*/
#include "device.h" /*Device setup*/
#include "stdio.h" /*ANSI C stdio.h like*/
#include "malloc.h" /*allocable memory*/
#include "time.h" /*times*/
#include "general.h" /*general API*/
#include "tsr.h" /*TSR API*/
#include "envs.h" /*envs API*/
#include "escape.h" /*ESC_xx code*/
#include "graphics.h" /*grahics library*/
#include "chips.h" /*CPU defines*/
#include "exec.h" /*execute library*/
#include "errno.h" /*error codes*/
#include "image.h"
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -