Author: tkreuzer Date: Mon Sep 17 22:37:58 2012 New Revision: 57320
URL: http://svn.reactos.org/svn/reactos?rev=57320&view=rev Log: [FATX] Restore padding that I commented out to find out the size of the boot sector.
Modified: trunk/reactos/boot/freeldr/bootsect/fatx.S
Modified: trunk/reactos/boot/freeldr/bootsect/fatx.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/bootsect/fatx.... ============================================================================== --- trunk/reactos/boot/freeldr/bootsect/fatx.S [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/bootsect/fatx.S [iso-8859-1] Mon Sep 17 22:37:58 2012 @@ -574,7 +574,7 @@ * Padding and boot sector signature * ******************************************************************************/ /* Pad to 509 bytes */ - // .org 509 + .org 509
BootPartition: .byte 0