After loading FAT16 partitions on MBR formatted disk system becomes unstable. Switching in shell to B partition and then launching one of programs available in ENV works fine first time it is launched. After launching second time (also it doesn't have to be the same application) it will cause pagefault with CR2 equal to 0x4.
Using cat on file located on B partition also causes issues and will pagefault almost immediately.
When creating new file by touch it is possible it will end up in endless loop and will treat each keyboard input as if it was multiple ones, leading to keyboard buffer filling up.
More testing required, most likely related to #89.
After loading FAT16 partitions on MBR formatted disk system becomes unstable. Switching in shell to B partition and then launching one of programs available in ENV works fine first time it is launched. After launching second time (also it doesn't have to be the same application) it will cause pagefault with CR2 equal to 0x4. Using cat on file located on B partition also causes issues and will pagefault almost immediately. When creating new file by touch it is possible it will end up in endless loop and will treat each keyboard input as if it was multiple ones, leading to keyboard buffer filling up.
More testing required, most likely related to #89.