Index: boot/freeldr/freeldr/include/arch/pc/x86common.h =================================================================== --- boot/freeldr/freeldr/include/arch/pc/x86common.h (revision 65937) +++ boot/freeldr/freeldr/include/arch/pc/x86common.h (working copy) @@ -16,7 +16,7 @@ #define STACKADDR HEX(F000) /* The 32/64-bit stack top will be at 0000:F000, or 0xF000 */ #define FREELDR_BASE HEX(F800) #define FREELDR_PE_BASE HEX(10000) -#define DISKREADBUFFER HEX(8E000) /* Buffer to store data read in from the disk via the BIOS */ +#define DISKREADBUFFER HEX(80000) /* Buffer to store data read in from the disk via the BIOS */ /* 9F000- 9FFFF is reserved for the EBDA */ #define BIOSCALLBUFSEGMENT (BIOSCALLBUFFER/16) /* Buffer to store temporary data for any Int386() call */