📄 dos.h
字号:
/*************************************Seekfor Embed DOS v1.0***************************************************
****** ********* ****** ***** ****** v1.0
** *** ** ** ** ** ** ** ** ***
** ** ** ** ** ** ** ** ** **
** ** ** ** ** ** ** **
** ** ** ** ** ** ** **
*** ******* ** ** ** ** ***
*** ** ** ** ** ** ** ***
** ** ** ** ** ** ** **
** ** ** ** ** ** **
** ** ** ** ** ** ** ** **
** ** ** ** ** ** ** ** **
*** ** ** ** ** ** ** *** **
****** **** ****** ***** ******
<1)基本描述
Seekfor Embedded DOS v1.0是嵌入式的一个类DOS操作系统,支持FAT16/FAT32.
<2)文件描述
文件名:common.h
功能:基本定义
<3>如需更新版本软件,请联系:
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相关*/
#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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -