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

📄 errors.h

📁 ks8695 loader > > > > > > > > > > > > >
💻 H
字号:
/*  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -