| 2020-05-06 15:00 | Initial chainloading support | mintsuki | 40a63ecb |
| 2020-05-06 14:39 | Update binary image | mintsuki | 35376681 |
| 2020-05-06 14:38 | Change how config works a bit | mintsuki | 389b6879 |
| 2020-05-05 14:52 | Fix type mismatch issue in ext2fs driver | mintsuki | 23ba6bdb |
| 2020-05-03 20:37 | Add 5-level paging support | mintsuki | 00e313d0 |
| 2020-05-03 16:11 | Add checks for get_part errors | mintsuki | cffdc2f0 |
| 2020-05-02 21:38 | Add out of memory checks | mintsuki | 62d78d1f |
| 2020-05-02 15:02 | Add Discord server invite to readme | mintsuki | adb083e1 |
| 2020-05-02 14:23 | Update binary image | mintsuki | e077ac9b |
| 2020-05-02 14:17 | Merge pull request #9 from KrekBuk/master | mint | 0dc17a97 |
| 2020-05-02 14:00 | FAT32: improve non-fragmented files read times fat32_read now looks for non-fragmented chains to load large files in single read_partition call which should improve performance for reading larger files. | KrekBuk | 3084b81f |
| 2020-05-02 13:47 | FAT32: support directory entries larger than 1 sector There was already a support for partitions with bigger cluster sizes but there was also a bug where the directory loading code would only look at the first sector of each cluster and could incorrectly report some files as non-existing. | KrekBuk | b842720a |
| 2020-05-02 12:30 | Add FAT32 to list of supported filesystems in readme | mintsuki | 6175e728 |
| 2020-05-01 16:23 | Add partprobe to test targets in makefile | mintsuki | d9eb0b40 |
| 2020-05-01 16:14 | Merge pull request #8 from KrekBuk/master | mint | d1d46295 |
| 2020-05-01 15:19 | FAT32 support | KrekBuk | af1b908d |
| 2020-05-01 00:30 | Align disk buffer to 16 for perf reasons | mintsuki | e3dbdad6 |
| 2020-04-30 21:59 | Dynamically allocate e820 | mintsuki | 2ec27cbe |
| 2020-04-30 21:29 | Fix bug where eax was trashed in pit_sleep_and_wait_for_keypress() | mintsuki | 96f8c65f |
| 2020-04-30 19:19 | Add time stuff | mintsuki | 8db7cdcb |
| 2020-04-30 11:03 | Add long mode checks | mintsuki | 6ad7df10 |
| 2020-04-29 15:16 | Dehook int 0x08 when unused | mintsuki | 8e7ce7a1 |
| 2020-04-29 14:53 | Resolve most GCC warnings | mintsuki | f8c0b317 |
| 2020-04-25 20:16 | Update binary image | mintsuki | 45bae801 |
| 2020-04-25 20:11 | Hook bios interrupt 0x08 instead of 0x1c for PIT ticks | mintsuki | 09683cc5 |
| 2020-04-25 18:33 | Rewrite pit_sleep_and_quit_on_keypress() to be fully in real mode to avoid issues with switching back and forth | mintsuki | 2fd36507 |
| 2020-04-24 16:26 | Misc bug fixes and sanity checks | mintsuki | 8ef1e28e |
| 2020-04-24 15:36 | Fix bug where config file values with a colon were interpreted as entries (3) | mintsuki | 2c3bd468 |
| 2020-04-24 15:28 | Fix bug where config file values with a colon were interpreted as entries (2) | mintsuki | 2b6cf629 |
| 2020-04-24 15:02 | Fix bug where config file values with a colon were interpreted as entries | mintsuki | 7904025c |