skni-kod / MicrOS

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

Trying to write file greater than 32KiB to filesystem, causes it to get corrupted. #101

Open MatiF100 opened 2 years ago

MatiF100 commented 2 years ago

Caused by stream size being limited to 32KiB, and getting flushed when reaching the limit. After the flush system overrides contents of the file instead of appending to already existing data. Possible workaround: increase constant limiting stream size (will only work temporalily)

MinusPL commented 11 months ago

Probably fixed by changes that are comming to fix/ata_pio_improvements.