diff --git a/reactos/boot/freeldr/bootsect/fat32.asm b/reactos/boot/freeldr/bootsect/fat32.asm index 81574b31bc2..787a2fc6091 100644 --- a/reactos/boot/freeldr/bootsect/fat32.asm +++ b/reactos/boot/freeldr/bootsect/fat32.asm @@ -443,14 +443,14 @@ LoadFatSector: je LoadFatSectorAlreadyLoaded mov DWORD [FatSectorInCache],eax - mov bx,7000h + mov bx,9000h mov es,bx - xor bx,bx ; We will load it to [7000:0000h] + xor bx,bx ; We will load it to [9000:0000h] mov cx,1 call ReadSectors LoadFatSectorAlreadyLoaded: - mov bx,7000h + mov bx,9000h mov es,bx pop ecx mov eax,DWORD [es:ecx] ; Get FAT entry