| 2020-05-27 07:24 | Fix config entry parsing issue | mintsuki | bb642c19 |
| 2020-05-15 03:47 | Add BIOS/UEFI flag to stivale spec | mintsuki | ef122f65 |
| 2020-05-13 16:13 | Add support for chainloading another bootsector | mintsuki | ed8e7b96 |
| 2020-05-11 17:52 | Update binary image | mintsuki | 85a41066 |
| 2020-05-11 17:50 | Make config allocation dynamic | mintsuki | 5738dc06 |
| 2020-05-09 22:50 | Update binary image | mintsuki | 73608512 |
| 2020-05-09 22:48 | Make panic a formatted print | mintsuki | b52a6fd0 |
| 2020-05-09 22:38 | Move print stuff to its own file | mintsuki | ed1fb650 |
| 2020-05-08 21:19 | Update GCC to 10.1.0 | mintsuki | b7cd5378 |
| 2020-05-07 20:53 | Save the GDT when hopping to real mode | mintsuki | dfea9ac4 |
| 2020-05-06 17:44 | Update binary image | mintsuki | 14fc5f82 |
| 2020-05-06 17:42 | Make 16 bit GDT entry limits 0xffff | mintsuki | 2a276dc2 |
| 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 |