chaos4ever / chaos

The chaos Operating System
https://chaos4ever.github.io/
16 stars 7 forks source link

[servers/fat] Fix support for case flag #130

Closed perlun closed 5 years ago

perlun commented 5 years ago

This fixes #107. It was actually a bit more work to fix than just checking if the flag was 0 or 1, but still, rather easy which can be seen at the length of this diff.

This page helped me a lot understanding the format: http://elm-chan.org/docs/fat_e.html. GDB was also helpful, as usual.