| 2024-07-06 18:56 | docs: Update ChangeLog and README.md for 7.9.2 | mintsuki | 4ec21348 |
| 2024-07-06 18:41 | protos/limine: Remove left over stray line from 50a949dd0ab3762b6a14a464f6398990503bafba | mintsuki | 87eaae91 |
| 2024-07-06 18:31 | protos/limine: Do not ignore MAX_PAGING_MODE config setting if paging mode request missing. Closes #380 | mintsuki | 50a949dd |
| 2024-07-06 16:44 | lib/elf: Apply a slide of 0xffffffff80000000 - min_vaddr instead of always 0xffffffff80000000 for relocatable kernels loaded low | mintsuki | bc365ad0 |
| 2024-07-05 10:02 | test: Update linker script to match limine-c-template | mintsuki | 8c9e08ea |
| 2024-07-05 00:24 | build: bootstrap: Misc updates and improvements | mintsuki | a9cf7e00 |
| 2024-07-01 23:48 | Merge pull request #379 from limine-bootloader/dependabot/github_actions/trunk/crate-ci/typos-1.22.9 | mintsuki | f0978543 |
| 2024-07-01 03:39 | build(deps): bump crate-ci/typos from 1.21.0 to 1.22.9 | dependabot[bot] | ff6e934d |
| 2024-06-30 22:21 | smp: Return NULL instead of 0 CPU count if no processors were started | mintsuki | 9b2ae5be |
| 2024-06-29 14:21 | docs: Update ChangeLog and README.md for 7.9.1 | mintsuki | 3923d33e |
| 2024-06-29 14:17 | host/limine: Fix limine not booting on some hardware (#378) | programmerlexi | 2edb077f |
| 2024-06-28 06:01 | docs: Update ChangeLog and README.md for 7.9.0 | mintsuki | a5bf0de3 |
| 2024-06-28 05:48 | lib/elf: Relax ELF file type checks in elf*_load_elsewhere() | mintsuki | 0ca3f172 |
| 2024-06-28 04:08 | protos/linux_risc: Document need for the linux,uefi-secure-boot property | Kacper SÅomiÅski | 7473bb3f |
| 2024-06-28 02:29 | protos/limine: Find device tree using helper function | Kacper SÅomiÅski | c936305f |
| 2024-06-28 02:23 | Merge pull request #376 from qookei/linux-risc-fb | mintsuki | 32a94cd9 |
| 2024-06-28 02:14 | protos/linux_risc: Tell Linux about the framebuffer | Kacper SÅomiÅski | ee5096ed |
| 2024-06-27 23:01 | dtb: Fix bugs introduced in cc05481b89f13c842645d5cacc78908d6a9f102e | mintsuki | 68ad2db7 |
| 2024-06-27 22:51 | dtb: Fix bugs introduced in 45e036275af9867471e141444f7d07db97f5d0e9 | mintsuki | cc05481b |
| 2024-06-27 22:43 | dtb: Optionally reallocate and expand DTB memory as needed | mintsuki | 45e03627 |
| 2024-06-27 22:01 | build: bootstrap: Update repository links | mintsuki | ddfd6546 |
| 2024-06-27 11:59 | lib/elf: Add additional ELF type sanity checks | mintsuki | 2923125d |
| 2024-06-26 18:19 | lib/elf: Only assume relocatable if ELF type is ET_DYN | mintsuki | 5df8ca77 |
| 2024-06-26 18:00 | lib/mem: Remove unused memcpy32to64() function | mintsuki | 50b147cb |
| 2024-06-25 12:34 | lib/getchar: Only apply EFI serial backspace workaround if serial == true | mintsuki | fa11b1f9 |
| 2024-06-25 11:50 | menu: Minor change to multiboot1/2 unsupported messages | mintsuki | b46b896b |
| 2024-06-23 22:22 | docs: Update ChangeLog and README.md for 7.8.0 | mintsuki | cfd43201 |
| 2024-06-23 22:00 | host/limine: Mark protective MBR wrapper partition as active on GPT | mintsuki | d41c5375 |
| 2024-06-23 21:52 | host/limine: Simplify some redundantly written code | mintsuki | 9e1f6650 |
| 2024-06-16 17:02 | protos/linux_risc: Properly fill VirtualStart in memory map | Kacper SÅomiÅski | aed3b334 |