From 91cb92e54c72be66667d616eed76f9851a6e9461 Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Mon, 5 Sep 2011 15:36:33 +0000 Subject: [PATCH] [FAT32] Move the FAT sector buffer higher for RBuild builds, too. svn path=/trunk/; revision=53602 --- reactos/boot/freeldr/bootsect/fat32.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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