| 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 |
| 2020-04-24 13:24 | Change default optimisation level to -Os and update binary image | mintsuki | ebae7c91 |
| 2020-04-24 13:22 | Make VGA textmode deinit reset video mode with BIOS | mintsuki | b479d69c |
| 2020-04-24 12:48 | Make libc functions more standard compliant | mintsuki | 5e9adf35 |
| 2020-04-24 12:16 | Improve ext2 inode reading | mintsuki | ee38f8b4 |
| 2020-04-23 21:52 | Add definition of memory map to stivale spec | mintsuki | bcfd9e5f |
| 2020-04-23 21:36 | Add draft of stivale specification | mintsuki | 312cc56a |
| 2020-04-23 20:23 | Fix ext2fs bug | mintsuki | 8be6ea8a |
| 2020-04-23 10:56 | Use int 0x16 for pit_sleep_and_quit_on_keypress() | mintsuki | 2fc3b212 |