Author: dgorbachev
Date: Mon Sep  5 15:36:33 2011
New Revision: 53602

URL: http://svn.reactos.org/svn/reactos?rev=53602&view=rev
Log:
[FAT32]
Move the FAT sector buffer higher for RBuild builds, too.

Modified:
    trunk/reactos/boot/freeldr/bootsect/fat32.asm

Modified: trunk/reactos/boot/freeldr/bootsect/fat32.asm
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/bootsect/fat32.asm?rev=53602&r1=53601&r2=53602&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/bootsect/fat32.asm [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/bootsect/fat32.asm [iso-8859-1] Mon Sep  5 
15:36:33 2011
@@ -443,14 +443,14 @@
                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


Reply via email to