| 2022-07-24 20:36 | efi: Handle cases where untouched memmap entries are lower than current base | mintsuki | f735c855 |
| 2022-07-24 20:32 | Revert "multiboot: Take better care of not having the reloc stub overwritten" | mintsuki | 73ac6d9c |
| 2022-07-24 20:28 | multiboot: Properly check elsewhere returns | mintsuki | 09a613b3 |
| 2022-07-23 20:54 | Revert "gensyms: Use as instead of nasm" | mintsuki | 30faaf27 |
| 2022-07-22 03:30 | limine: guarantee that SMP `goto_address` is initialized to NULL | xvanc | ec58453c |
| 2022-07-18 19:57 | build: Disable debugging info when building .32 objects | mintsuki | 6797e474 |
| 2022-07-18 19:34 | build: Move common/{entry.asm_bios_ia32 -> entry_asm.s2.asm_bios_ia32} | mintsuki | 1be0c7f6 |
| 2022-07-18 19:34 | build: Remove unnecessary -mno-3dnow flag | mintsuki | 982eaa9b |
| 2022-07-18 19:34 | build: Remove unnecessary symbol overrides for stage2only | mintsuki | 4d0bca22 |
| 2022-07-18 19:14 | misc: Move 'verbose' declaration to lib/print.h | mintsuki | 8d51d4a5 |
| 2022-07-18 19:02 | build: BIOS stage2only build improvements | mintsuki | 770eaea4 |
| 2022-07-18 18:48 | build: Remove dummy limine-efi rules | mintsuki | 1d62730b |
| 2022-07-18 18:41 | build: Update linker scripts and fix minor makefile issue | mintsuki | 065b37ca |
| 2022-07-16 15:32 | mbr: Relax MBR validation requirements. Closes #195 | mintsuki | 7e81f5a8 |
| 2022-07-14 18:03 | misc: Fix broken memcmp() | mintsuki | 3a7172ab |
| 2022-07-14 17:24 | chainload: Fix bug where PARTITION was ignored if MBR_ID was set. Addresses #197 | mintsuki | d01cac74 |
| 2022-07-14 13:20 | limine-deploy: Fix bug where sizeof(struct gpt_entry) was used where it should not | mintsuki | dd13d9e2 |
| 2022-07-14 13:03 | limine-deploy: Greatly improve usage help. Addresses #197 | mintsuki | e8de0f38 |
| 2022-07-14 12:27 | limine-deploy: Add undeploy data save and undeploy mode. Addresses #197 | mintsuki | 71025a49 |
| 2022-07-13 18:17 | stage1: Improve compatibility of HDD bootsector | mintsuki | 51135687 |
| 2022-07-13 15:17 | host: Reorganise host-tools layout and add limine-version. Closes #196 | mintsuki | 20126680 |
| 2022-07-13 04:23 | fwcfg: Drop support | mintsuki | e02dcc5a |
| 2022-07-11 13:59 | Revert "bios: Get rid of self-modifying interrupt call code" | mintsuki | 8309e2d1 |
| 2022-07-10 23:30 | chainload: Implement MBR_ID config option. Closes #190 | mintsuki | 956b7db3 |
| 2022-07-10 22:53 | chainload_next: Fix some UEFI bugs | mintsuki | 9ebd6e10 |
| 2022-07-10 22:27 | chainload_next: Pass config through to chainload on UEFI | mintsuki | dacf1fb0 |
| 2022-07-10 22:19 | protos: Fix typo in chainload_next.c | mintsuki | 14818324 |
| 2022-07-10 22:15 | protos: Add chainload_next protocol. Closes #191 | mintsuki | d351ed87 |
| 2022-07-10 20:46 | mbr: Add extra FAT32 and NTFS signatures to validity check | mintsuki | 512a5fcc |
| 2022-07-10 17:50 | fat: Make signature checking even more lax | mintsuki | e7e73ae6 |