skni-kod / MicrOS

32-bit operating system with kernel written in C. Created by SKNI "KOD".
GNU General Public License v3.0
51 stars 6 forks source link

Fixes #106. #114

Closed MinusPL closed 2 years ago

MinusPL commented 2 years ago

resolves #106 Added reserved amount of sectors to fat cluster table size for proper loading, before it was missing last sector, so anything that was going to end in last few dozens of sectors would be set to 0, causing code to point to begining of FAT (where lies cluster end mark).