| 2022-07-28 23:03 | docs: Update README.md | mintsuki | 0c7be497 |
| 2022-07-28 22:53 | limine: Drop legacy framebuffer and terminal requests | mintsuki | c43acd44 |
| 2022-07-28 22:42 | limine: Specify that memory between 0 and 0x1000 is never to be marked usable | mintsuki | cd1107ab |
| 2022-07-28 20:50 | docs: Update README.md | mintsuki | eaeeb59b |
| 2022-07-28 20:48 | mbr: Make detection more lax. Addresses #185 | mintsuki | c23eac80 |
| 2022-07-28 20:30 | smp: Make smp_trampoline_size variable instead of symbol | mintsuki | ff7d9502 |
| 2022-07-28 20:23 | smp: Do not calculate trampoline size in C file | mintsuki | ccdd1ca6 |
| 2022-07-28 07:35 | smp/trampoline: Use hand written pos independent code instead of objcopying | mintsuki | 77ed67e5 |
| 2022-07-26 18:01 | Revert "pmm: Fix issue with get_memmap() that could cause page table corruption" | mintsuki | 0a2c2896 |
| 2022-07-26 17:55 | pmm: Reclaim bootservices entries last and disallow allocations after | mintsuki | fb5d903c |
| 2022-07-26 17:21 | chainload: Add GPT_GUID support and improve documentation. Closes #201 | mintsuki | 4c6fba82 |
| 2022-07-26 09:01 | pmm: Fix bugs introduced in 85603ec | mintsuki | 7bfa2cd7 |
| 2022-07-26 06:09 | pmm: Simplify handling EFI memory acquisition and release | mintsuki | 85603ec8 |
| 2022-07-24 20:36 | efi: Handle cases where untouched memmap entries are lower than current base | mintsuki | dcfef93f |
| 2022-07-24 20:32 | Revert "multiboot: Take better care of not having the reloc stub overwritten" | mintsuki | 4859ee97 |
| 2022-07-24 20:28 | multiboot: Properly check elsewhere returns | mintsuki | d2b15796 |
| 2022-07-23 20:54 | Revert "gensyms: Use as instead of nasm" | mintsuki | b3ca8ae9 |
| 2022-07-22 03:45 | Merge pull request #199 from xvanc/trunk | mint | 1c048e96 |
| 2022-07-22 03:30 | limine: guarantee that SMP `goto_address` is initialized to NULL | xvanc | bae4f502 |
| 2022-07-18 19:34 | build: Move common/{entry.asm_bios_ia32 -> entry_asm.s2.asm_bios_ia32} | mintsuki | a58e66a1 |
| 2022-07-18 19:34 | build: Remove unnecessary -mno-3dnow flag | mintsuki | f2d611eb |
| 2022-07-18 19:34 | build: Remove unnecessary symbol overrides for stage2only | mintsuki | f2337031 |
| 2022-07-18 19:14 | misc: Move 'verbose' declaration to lib/print.h | mintsuki | 86fc022f |
| 2022-07-18 19:02 | build: BIOS stage2only build improvements | mintsuki | 6eafb4fc |
| 2022-07-18 18:48 | build: Remove dummy limine-efi rules | mintsuki | 22d45a54 |
| 2022-07-18 18:41 | build: Update linker scripts and fix minor makefile issue | mintsuki | 37f72757 |
| 2022-07-16 15:32 | mbr: Relax MBR validation requirements. Closes #195 | mintsuki | ffb4ba6f |
| 2022-07-14 18:03 | misc: Fix broken memcmp() | mintsuki | 4dc295c9 |
| 2022-07-14 17:24 | chainload: Fix bug where PARTITION was ignored if MBR_ID was set. Addresses #197 | mintsuki | 8a8b62fb |
| 2022-07-14 13:20 | limine-deploy: Fix bug where sizeof(struct gpt_entry) was used where it should not | mintsuki | a41bc97e |