diff --git a/boot/boot32.asm b/boot/boot32.asm index 50593b5..256a202 100644 --- a/boot/boot32.asm +++ b/boot/boot32.asm @@ -144,7 +144,7 @@ secshift: inc ax shr cx, 1 cmp cx, 1 jne secshift - mov byte [fat_secshift], al + mov word [fat_secshift], ax dec cx ; FINDFILE: Searches for the file in the root directory.