errors.h
来自「ks8695 loader > > > > > &」· C头文件 代码 · 共 36 行
H
36 行
/* loader status codes*/extern int boot_status;#define BOOT_STATUS_OK 0x00000000#define BOOT_STATUS_DISC_MASK 0x000000FF// BootDisc error codes #define BOOT_STATUS_NODISC 0x00000001 #define BOOT_STATUS_BOOTRECORD 0x00000002#define BOOT_STATUS_BOOTCATALOG 0x00000003#define BOOT_STATUS_VALIDATION 0x00000004#define BOOT_STATUS_ENTRY 0x00000005#define BOOT_STATUS_DISCLOAD 0x00000006#define BOOT_STATUS_ATAPIERROR 0x00000100// Boot from romfs error codes #define BOOT_STATUS_FLASH_MASK 0x00FF0000#define BOOT_STATUS_NOROMFS 0x00010000#define BOOT_STATUS_ROMFSCHK 0x00020000 #define BOOT_STATUS_FLASHLOAD 0x00030000#define BOOT_STATUS_GZ_MASK 0xFF000000#define BOOT_STATUS_GZ_NOFILE 0x01000000#define BOOT_STATUS_GZ_FORMAT 0x02000000#define BOOT_STATUS_GZ_CRC 0x03000000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?