| 2021-05-31 19:48 | build: Handle broken or missing mtools | mintsuki | edf490b8 |
| 2021-05-30 23:52 | build: Ensure load addresses of debug and tab sections are 0 | mintsuki | 6ac24628 |
| 2021-05-30 22:32 | build: Use linker directly instead of going thru compiler; ensure we are buildable with an llvm toolchain | mintsuki | e69f7429 |
| 2021-05-30 13:45 | linux: Fix wrong jmp instruction | mintsuki | 1e935e10 |
| 2021-05-29 16:07 | misc: Replace Intel-syntax inline assembly with GAS-syntax inline assembly; ensure we can build with clang | mintsuki | 6e78e339 |
| 2021-05-28 14:05 | build: Remove dependency on GCC-specific -fplan9-extensions flag | mintsuki | 87cc5494 |
| 2021-05-28 13:57 | limine-install: Add local .gitignore | mintsuki | 18757639 |
| 2021-05-23 03:07 | build: Update ISO hybrid creation process | mintsuki | bcdf5baa |
| 2021-05-23 02:15 | bootsect: Also handle if boot drive is above 0x8f and gracefully fail if that's the case | mintsuki | 3790d261 |
| 2021-05-23 01:34 | stivale2: Fix bug where when requesting higher half pointers the stivale2 struct pointer was still passed in the lower half | mintsuki | 977b00f0 |
| 2021-05-22 22:19 | term: General terminal improvements | mintsuki | dc3b45a9 |
| 2021-05-22 21:11 | term: Add support for tabs | mintsuki | 4d7a48ec |
| 2021-05-22 20:20 | stivale2: Unbreak listing tags due to higher half pointers and verbose mode | mintsuki | a6a88109 |
| 2021-05-22 08:34 | limine-install: Ensure stack is not executable on UNIX/ELF | mintsuki | 5176a230 |
| 2021-05-22 08:26 | build: Revert usage of -mgeneral-regs-only | mintsuki | f9f38f0c |
| 2021-05-22 08:25 | build: Ensure building toolchain does not fail due to a toolchain not being present already | mintsuki | 31ad36ac |
| 2021-05-22 08:13 | stivale2: Actually pass tag pointers in linked list in the higher half if requested | mintsuki | 0602e40c |
| 2021-05-20 21:23 | isohybrid: Fix xorriso invocation | mintsuki | c940a411 |
| 2021-05-20 21:19 | stage1: hdd bootsect: Properly guard against image being booted as floppy drive | mintsuki | d67ce23b |
| 2021-05-19 23:16 | misc: Misc EFI-related adjustments | mintsuki | 110d2dc7 |
| 2021-05-19 06:52 | panic: Add missing getchar() before returning to EFI | mintsuki | 40e65edd |
| 2021-05-19 06:46 | Merge pull request #84 from chocabloc/trunk | mint | 0d3d667b |
| 2021-05-19 06:44 | include efi.h | aditya | e013c2ce |
| 2021-05-19 06:41 | use fb_clear | aditya | 60170c9f |
| 2021-05-19 06:29 | stivale: Load up invalid IDT before jumping to kernel instead of leaking internal one | mintsuki | 9676a3d0 |
| 2021-05-19 06:26 | fix typo | aditya | 4737625d |
| 2021-05-19 06:19 | return to firmware instead of halting in uefi mode | aditya | 2c679dce |
| 2021-05-19 06:13 | readline: Fix handling of escape key for BIOS | mintsuki | eb51e5a1 |
| 2021-05-13 00:56 | readline: Fix issue where timeouts were not reported properly on BIOS | mintsuki | 4c178235 |
| 2021-05-12 11:10 | readline: Protect against non-printable characters | mintsuki | df6a0d3c |