| 2022-11-11 23:34 | gop: Fix implicit declaration warning introduced in d82dc64b | mintsuki | 93d8c16a |
| 2022-11-11 22:40 | gop: Allow user to select which GOP to use in config. Addresses #233 | mintsuki | e4ba09aa |
| 2022-11-05 14:44 | limine.h: Add license header | mintsuki | 5a2c8928 |
| 2022-11-02 14:28 | Revert "smp/x86: Free up trampoline memory after use" | mintsuki | dd0ae411 |
| 2022-10-30 12:58 | docs/protocol: Clarify file address alignment | mintsuki | 8d9c116e |
| 2022-10-30 10:19 | multiboot2: Support load_addr == -1 | mintsuki | a5d8031a |
| 2022-10-29 14:17 | smp/x86: Free up trampoline memory after use | mintsuki | 4b132dc1 |
| 2022-10-17 04:28 | pmm: Work around potential memmap data race in EFI init_memmap() | mintsuki | c0c07981 |
| 2022-10-17 02:41 | pmm: Fix AllocatePages() call to take pages count; remove useless alignment check | mintsuki | 9da003d5 |
| 2022-10-17 02:34 | pmm: Avoid throwing away big memory ranges that fail to AllocatePages() indiscriminately | mintsuki | ac61b6a6 |
| 2022-10-15 23:25 | Revert "ci: Build and check using Alpine instead of Arch" | mintsuki | 935eecb8 |
| 2022-10-15 23:17 | stivale: Adjust deprecation message | mintsuki | 60c27ef1 |
| 2022-10-15 21:59 | fs: Add fix from 1da478d5 for 4.x dropped filesystems | mintsuki | a8e9328f |
| 2022-10-14 12:28 | linux: Revert 793d0293 | mintsuki | d43dc03e |
| 2022-10-14 04:59 | disk: Fix wrong parameter passed to ReadBlocks() | mintsuki | d4d1d4a1 |
| 2022-10-14 03:50 | docs: Fix formatting issue in PROTOCOL.md | mintsuki | e208b9f9 |
| 2022-10-14 03:34 | gop: Do not zero default_res out erroneously | mintsuki | 9a324167 |
| 2022-10-14 03:17 | limine: Add support for framebuffer modes listing | mintsuki | 500b6690 |
| 2022-10-13 22:59 | file: Reimplement a1bcf3c0 without use-after-free bug | mintsuki | 1da478d5 |
| 2022-10-13 21:58 | ci: Build and check using Alpine instead of Arch | mintsuki | 0124dec8 |
| 2022-10-13 21:10 | misc: Update references to hardcoded directories | mintsuki | 8c7eabbe |
| 2022-10-13 20:59 | disk: UEFI: Add BLOCK_IO fallback for volume_from_efi_handle() | mintsuki | a843342b |
| 2022-10-13 20:20 | disk: On UEFI, improve optical vs non-optical detection | mintsuki | f6e2fc55 |
| 2022-10-06 03:29 | term: Misc improvements for SERIAL=yes on EFI | mintsuki | 5952e680 |
| 2022-10-06 01:58 | term: Unbreak textmode + serial combo | mintsuki | dec7b48b |
| 2022-10-06 01:24 | gterm: Prevent memory leak gterm_init() failure | mintsuki | efbb1a25 |
| 2022-10-06 01:24 | limine: Fix NULL term dereference bug if gterm_init fails | mintsuki | f5d6ea44 |
| 2022-10-05 13:01 | term: Better ensure term is not accessed when NULL | mintsuki | b5fa9795 |
| 2022-10-05 12:22 | limine: Do not panic if failing to set up terminal or framebuffer | mintsuki | b259041a |
| 2022-10-05 12:21 | menu: Use fallback terminal instead of panicking on gterm_init() fail | mintsuki | 2d10acb4 |