From fc666bdd0563c82995c51c71c06bd92f19496bf1 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 17 Sep 2012 22:37:58 +0000 Subject: [PATCH] [FATX] Restore padding that I commented out to find out the size of the boot sector. svn path=/trunk/; revision=57320 --- reactos/boot/freeldr/bootsect/fatx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/bootsect/fatx.S b/reactos/boot/freeldr/bootsect/fatx.S index 8702eca4a7a..393ea1d2897 100644 --- a/reactos/boot/freeldr/bootsect/fatx.S +++ b/reactos/boot/freeldr/bootsect/fatx.S @@ -574,7 +574,7 @@ PutChars: * Padding and boot sector signature * ******************************************************************************/ /* Pad to 509 bytes */ - // .org 509 + .org 509 BootPartition: .byte 0