howardthuang
Results
1
issues of
howardthuang
https://github.com/nibblebits/PeachOS/blob/master/src/fs/fat/fat16.c#L411: `if (entry == 0xFF8 || entry == 0xFFF)` This line is checking if the cluster entry is the last cluster in a file. However, the value it is checking...