rick-masters

Results 5 issues of rick-masters

The following test problem shows a missing reduce on $ (EOF) for state 0. Grammar: S -> a S -> epsilon I'll create a pull request with fix. ```java import...

The lwext4 API for a linux file device does not support partition offsets. The code assumes the partition starts at the beginning of the file. This means a partitioned disk...

The `ext4_mbr_write` function calculates CHS (cylinder, head, sector) values incorrectly. The first problem is that the code incorrectly calculates how many heads (k) are necessary to handle the disk size...