📄 doscon.h
字号:
#ifndef _doscon_
#define _doscon_
/*++
Copyright (c) 2001 Sunplus Technology Co., Ltd.
Module Name:
doscon.h
Abstract:
Header file related to file layer constant definition
Environment:
Keil C51 Compiler
Revision History:
09/04/2001 William Yeo created
--*/
//------------------------------------------------------------------------------
//Constant
//------------------------------------------------------------------------------
//-------------------------------------
//dosdat.h
//-------------------------------------
//-------------------------------------
//dosfat.c
//-------------------------------------
#define K_DOS_Signature0 0x55
#define K_DOS_Signature1 0xaa
#define K_DOS_SIG_SIZE 0x002
#define K_DOS_MBSP_SIZE 0x010
#define K_DOS_PBSP_SIZE 0x03e
// WWWW0401
#define K_DOS_FreeFatTableSize 8 // you could reduce this to 80
// if you need more xdata
#define K_DOS_RootDirCluster 0x0000
// HIS101b-0013
// This option is obsolete, should be 0
#if (K_HAVE_L2)
#define K_DOS_UsePbsAsLog0 0
#else
#define K_DOS_UsePbsAsLog0 0
#endif
//-------------------------------------
//dosdir.c
//-------------------------------------
//-------------------------------------
//dosfat.c
//-------------------------------------
//-------------------------------------
//dosfile.c
//-------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -