forked from KolibriOS/kolibrios
bugfix of previous revision
git-svn-id: svn://kolibrios.org@1191 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
bc2b9dffb5
commit
9637c89d66
@ -388,7 +388,7 @@ boot_read_ok:
|
||||
mov [SECTORS_PER_CLUSTER],eax
|
||||
|
||||
movzx ecx,word [ebx+0xb] ; bytes per sector
|
||||
cmp eax,0x200
|
||||
cmp ecx,0x200
|
||||
jnz problem_fat_dec_count
|
||||
mov [BYTES_PER_SECTOR],ecx
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user