| 2022-01-29 06:52 | console: Use escape sequence instead of reset_term() | czapek1337 | 77ed9d23 |
| 2022-01-28 22:56 | console: Add a clear command | czapek1337 | 077341d1 |
| 2022-01-28 22:55 | readline: Zero out the buffer before using it | czapek1337 | 53e515e6 |
| 2022-01-28 22:51 | readline: Handle END/HOME keys | czapek1337 | 2c160408 |
| 2022-01-28 22:51 | console,editor: Filter out non-printable characters | czapek1337 | 0c677d09 |
| 2022-01-28 22:10 | menu: Handle uppercase inputs for menu hotkeys | czapek1337 | ca5f7a6e |
| 2022-01-28 15:25 | limine-install: Fix issue introduced in 55166fd where GPT checksum would corrupt | mintsuki | 019dddcc |
| 2022-01-28 11:56 | Merge pull request #153 from Itay2805/trunk | mint | 1cdb4c28 |
| 2022-01-28 11:48 | ntfs: allow for bigger resident index and resident data | Itay Almog | 92580a3b |
| 2022-01-28 11:35 | build: Add *.tar.gz to maintainer-clean's rm | mintsuki | b023b96c |
| 2022-01-28 11:29 | build: Add *.tar.gz to .gitignore | mintsuki | 3afb2517 |
| 2022-01-28 11:16 | build: Make limine-hdd.h target not check toolchain | mintsuki | e412997a |
| 2022-01-28 10:56 | ntfs: Change most panics into prints | mintsuki | fdd93826 |
| 2022-01-28 10:06 | paging: Some 1GiB pages adjustments | mintsuki | 2db3240b |
| 2022-01-28 09:23 | misc: Various fixes | mintsuki | 68faef19 |
| 2022-01-28 08:35 | misc: incbin -> hgen | mintsuki | 3ea53247 |
| 2022-01-28 07:53 | build: Makefile fixes | mintsuki | 8670057e |
| 2022-01-28 07:35 | limine-install: Make it pure C11 | mintsuki | 580a2c34 |
| 2022-01-27 11:53 | limine-install: Overhaul | mintsuki | 55166fda |
| 2022-01-27 05:58 | Merge pull request #152 from Andy-Python-Programmer/trunk | mint | 9fc15b37 |
| 2022-01-27 05:43 | stivale tests: fix BUG: Unidentified tag 0x9b4358364c19ee62 | Andy-Python-Programmer | c506f35d |
| 2022-01-27 04:44 | Merge pull request #151 from Andy-Python-Programmer/trunk | mint | 10b585a9 |
| 2022-01-27 04:41 | is_1gib_page_supported: use printv instead | Andy-Python-Programmer | 061c8aa3 |
| 2022-01-27 04:40 | is_1gib_page_supported: use (void), not () if there's no args | Andy-Python-Programmer | e64eeef6 |
| 2022-01-27 04:06 | vmm: fix implicit declaration of print | Andy-Python-Programmer | 66d59410 |
| 2022-01-27 04:01 | paging: emulate support for 1gib pages if not avaliable | Andy-Python-Programmer | 4af12fe5 |
| 2022-01-27 01:03 | direct_map: use 1gib pages to construct the direct map | Andy-Python-Programmer | 51f5e5b0 |
| 2022-01-27 00:04 | stivale_build_pagemap: use 1GiB pages to map 0 to 2GiB at 0xffffffff80000000 | Andy-Python-Programmer | 45ecb0fb |
| 2022-01-26 23:59 | map_page: add support for mapping 1GiB pages | Andy-Python-Programmer | 8866470d |
| 2022-01-26 23:54 | map_page: take the page size as an argument (enum) | Andy-Python-Programmer | d51d5ccc |