| 2021-10-08 03:57 | Merge pull request #119 from Andy-Python-Programmer/trunk | mint | c2139b23 |
| 2021-10-08 03:47 | multiboot2: pass both of the smbios entry points if non-null | Andy-Python-Programmer | c528aa61 |
| 2021-10-08 02:26 | multiboot2: add smbios tag | Andy-Python-Programmer | 61b31cf4 |
| 2021-10-08 01:52 | acpi: cleanup smbios lookup to use actual smbios structs | Andy-Python-Programmer | 13fc2ce4 |
| 2021-10-07 06:10 | Merge pull request #118 from Andy-Python-Programmer/trunk | mint | a3696411 |
| 2021-10-07 02:04 | multiboot2: add the basic memory info tag | Andy-Python-Programmer | 0dd2bc62 |
| 2021-10-05 02:45 | Merge pull request #117 from Andy-Python-Programmer/trunk | mint | 2b88de75 |
| 2021-10-05 01:07 | multiboot2: add the ACPI old tag | Andy-Python-Programmer | 725393b2 |
| 2021-10-04 22:59 | Merge pull request #116 from Andy-Python-Programmer/trunk | mint | fd805e2d |
| 2021-10-04 22:34 | acpi_get_rsdp: UEFI RSDP lookup return RSDPv1 | Andy-Python-Programmer | cce7fa4e |
| 2021-10-04 02:21 | Merge pull request #115 from Andy-Python-Programmer/trunk | mint | 80279359 |
| 2021-10-04 00:39 | multiboot2: add the EFI image handle tag | Andy-Python-Programmer | 60180f7e |
| 2021-10-02 20:17 | multiboot: Zero out all undefined GPRs before handoff | mintsuki | 10438e51 |
| 2021-10-02 19:32 | elf: Fix off-by-1 comparisons | mintsuki | 0e9d145b |
| 2021-10-02 19:14 | pmm: Workaround for cases in which AllocatePages fails during initialisation | mintsuki | a6acfb76 |
| 2021-10-01 05:08 | gterm: Cursor print bug fix | mintsuki | 244b4617 |
| 2021-09-29 15:51 | gh: Add missing checkout step to compile check workflow | mintsuki | 474c02c9 |
| 2021-09-29 15:47 | ntfs: Fix compilation errors | mintsuki | 624f1934 |
| 2021-09-29 15:41 | gh: Add workflow to test for compilation failures | mintsuki | 5e8cd503 |
| 2021-09-29 15:14 | Merge pull request #114 from Itay2805/trunk | mint | 321eae8f |
| 2021-09-29 14:58 | Added support for resident directory indexes | Itay Almog | f2486dcd |
| 2021-09-29 13:56 | Runlist elements are relative to the last runlist, so make that work | Itay Almog | 02ea23ab |
| 2021-09-28 23:47 | Merge pull request #113 from Itay2805/trunk | mint | 6cd265b4 |
| 2021-09-28 21:27 | cleanup and bufixes ntfs is weird so we can't trust the names in the index since sometimes they are wrong (?) also the read function should return 0 for success and not read size... | Itay Almog | 893020f3 |
| 2021-09-28 20:27 | ntfs is now fully working, or at least we can boot limine with it | Itay Almog | 0cb083b3 |
| 2021-09-28 19:07 | got directory reading and more specifically root directory reading | Itay Almog | 3f37d82c |
| 2021-09-28 18:05 | We can now get file records from the MFT | Itay Almog | 66564de7 |
| 2021-09-03 15:24 | got basic mft parsing | Itay Almog | 10caa22b |
| 2021-09-03 08:12 | Added test to makefile | Itay Almog | eced6423 |
| 2021-09-03 08:03 | Starting to work on NTFS | Itay Almog | f59f1845 |