fsys_fat: Fixed calculation of FAT_SUPER->num_clust.

This commit is contained in:
jochen 2000-07-25 14:51:20 +00:00
parent 529a2dc5e0
commit 436fb5ce95
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2000-07-25 Jochen Hoenicke <jochen@gnu.org>
* stage2/fsys_fat.c (fat_mount): Fixed calculation of num_clust.
It was off by two, since the two non existing clusters 0 and 1
were not taken into account.
2000-07-25 OKUJI Yoshinori <okuji@gnu.org>
* stage2/asm.S [!STAGE1_5] (linux_text_len): New variable.