fsys_fat: Fixed calculation of FAT_SUPER->num_clust.
This commit is contained in:
parent
529a2dc5e0
commit
436fb5ce95
2 changed files with 9 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue