added no planned fat32 error codes and added mbr/vbr reading error codes
This commit is contained in:
@@ -94,7 +94,7 @@ read_disk_raw:
|
||||
%elifdef __STEVIA_VBR
|
||||
ERROR VBR_ERROR_DISK_READ_ERR
|
||||
%else
|
||||
ERROR STAGE2_MBR_DISK_READ_ERROR
|
||||
ERROR STAGE2_INT13_DISK_READ_ERR
|
||||
%endif
|
||||
.endf:
|
||||
__CDECL16_PROC_EXIT
|
||||
|
||||
@@ -51,16 +51,16 @@
|
||||
%define STAGE2_MM_E820_MISC_ERR 'D'
|
||||
%define STAGE2_MM_E820_NONSTANDARD 'E'
|
||||
%define STAGE2_MM_E820_NO_SMAP 'F'
|
||||
%define STAGE2_MBR_DISK_READ_ERROR 'G'
|
||||
%define STAGE2_FAT32_INIT_ERROR 'H'
|
||||
%define STAGE2_FAT32_NO_FILE 'I'
|
||||
%define STAGE2_FAT32_END_OF_CHAIN 'J'
|
||||
%define STAGE2_FAT32_NCLUS_CFDIVZ 'K'
|
||||
%define STAGE2_FAT32_CLS2LBA_CF 'L'
|
||||
%define STAGE2_FAT32_INIT_CF 'M'
|
||||
%define STAGE2_ERROR_INFOPRINTER 'N'
|
||||
%define STAGE2_ERROR_RESERVED_O 'O'
|
||||
%define STAGE2_ERROR_RESERVED_P 'P'
|
||||
%define STAGE2_INT13_DISK_READ_ERR 'G'
|
||||
%define STAGE2_FAT32_E_FMT 'H'
|
||||
%define STAGE2_FAT32_E_RANGE 'I'
|
||||
%define STAGE2_FAT32_E_NOSUCH 'J'
|
||||
%define STAGE2_FAT32_E_ISDIR 'K'
|
||||
%define STAGE2_FAT32_E_TOOLONG 'L'
|
||||
%define STAGE2_FAT32_E_UNSUPPORTED 'M'
|
||||
%define STAGE2_FAT32_E_UNIMPLEMENTED 'N'
|
||||
%define STAGE2_ERROR_BAD_MBR 'O'
|
||||
%define STAGE2_ERROR_BAD_VBR 'P'
|
||||
%define STAGE2_ERROR_RESERVED_Q 'Q'
|
||||
%define STAGE2_ERROR_RESERVED_R 'R'
|
||||
%define STAGE2_ERROR_RESERVED_S 'S'
|
||||
|
||||
Reference in New Issue
Block a user