| 2021-04-11 08:15 | stivale2: Clear terminal before passing control to kernel | mintsuki | c011339c |
| 2021-04-11 08:00 | build: Pass -Werror to nasm | mintsuki | 9ab0beea |
| 2021-04-11 07:56 | build: Properly handle spaces in PATH | mintsuki | d288550b |
| 2021-04-11 00:30 | gterm: Many improvements | mintsuki | 7ac20e06 |
| 2021-04-11 00:08 | gop: Preset mode is the one the firmware gives us | mintsuki | e402508b |
| 2021-04-11 00:04 | gop: Do not assume BPP to always be 32 | mintsuki | 380f358e |
| 2021-04-10 23:38 | stivale: Map the framebuffer in the memory map only in stivale protos | mintsuki | 49621f5c |
| 2021-04-10 23:33 | gterm: Fix allocated buffer which could be too small and result in an overflow | mintsuki | 4dc24474 |
| 2021-04-10 23:29 | gop: Implement missing logic to avoid setting modes when unnecessary | mintsuki | 5434ccb5 |
| 2021-04-10 23:26 | Revert "video: Many terminal related bug fixes and improvements" | mintsuki | 4bbc98b6 |
| 2021-04-10 21:08 | video: Many terminal related bug fixes and improvements | mintsuki | f7638e96 |
| 2021-04-10 04:09 | linux: Ensure that the framebuffer memory map tag does not reach the kernel | mintsuki | 3be90039 |
| 2021-04-10 02:21 | docs: Remove stray ! in README.md | mintsuki | f7ab1890 |
| 2021-04-10 02:14 | Merge pull request #79 from jlxip/trunk | mint | d74e358f |
| 2021-04-10 01:50 | README: Link to stivale specs | JlXip | 71650253 |
| 2021-04-09 02:57 | stivale2: Initialise gterm in case we're coming in from a non-graphical mode | mintsuki | c796764a |
| 2021-04-09 01:09 | gensyms.sh: Explicitly use bash in shebang | mintsuki | ebcaf8df |
| 2021-04-09 00:52 | build: Fix wrong variable used on 'which' invocation in decompressor Makefile | mintsuki | 1a7736b2 |
| 2021-04-09 00:28 | mtrr: Wholly remove MTRR support | mintsuki | c3481e12 |
| 2021-04-08 23:26 | image: Add support for centering images | mintsuki | 91f0600e |
| 2021-04-08 22:22 | gterm: Speed up terminal by doing sub-character pixel comparisons and only printing differences | mintsuki | bf9962e8 |
| 2021-04-08 21:41 | gterm: Speed up terminal greatly by only printing on screen characters that changed | mintsuki | 8bd7cf74 |
| 2021-04-08 21:34 | menu: Default to black and grey for bg and fg in case they are not provided for backwards compatibility | mintsuki | 55a88438 |
| 2021-04-08 21:05 | gterm: Speed up terminal greatly by caching an alpha blent canvas of the background instead of alpha blending every pixel of the background every time | mintsuki | 05c60bac |
| 2021-04-08 19:02 | build: Minor changes | mintsuki | 21ec72f1 |
| 2021-04-08 17:55 | docs: Add missing build dependencies to README.md | mintsuki | c01a66be |
| 2021-04-08 17:41 | build: Make build system more flexible to use when using the host toolchain | mintsuki | 543edfa0 |
| 2021-04-08 03:23 | build: Add missing -pie to test link command | mintsuki | 7e5b809a |
| 2021-04-08 00:07 | build: Prefer -static-pie to -shared for linking PIE executables | mintsuki | 621fc30a |
| 2021-04-07 23:15 | trace: Add support for UEFI | mintsuki | 9caa5559 |