1
0
forked from xt-sys/exectos
Commit Graph

14 Commits

Author SHA1 Message Date
508fd27e92 Implement BlGetConfigurationTable() routine 2024-01-31 16:25:43 +01:00
d27a4cde4b Implement BlGetVirtualAddress() and BlPhysicalListToVirtual() routines 2024-01-29 18:03:58 +01:00
8e61e95cc2 Implement BlPhysicalAddressToVirtual() routine 2024-01-28 23:16:01 +01:00
b8acfe1b66 Implement BlGetMappingsCount() routine 2024-01-28 17:26:20 +01:00
d6b207052b Add 9 characters to switch to next dependency as it was increased in 4a67bc1230 2024-01-28 15:22:26 +01:00
435ee66ce1 Implement BlLoadEfiImage() and BlStartEfiImage() routines 2024-01-22 23:04:24 +01:00
7128159c42 Implement BlBuildPageMap() routine 2024-01-22 15:15:21 +01:00
89c18bbce6 Initial paging support 2024-01-17 14:42:07 +01:00
8f40683270 Rename memory related routines to follow naming convention 2024-01-15 15:13:34 +01:00
521006d939 Implement BlRebootSystem() and BlShutdownSystem() routines 2024-01-12 15:59:38 +01:00
9501d3da36 Improvements to protocol support 2024-01-12 15:10:27 +01:00
c4450e88ab Add common memory related routines to XTLDR protocol 2024-01-10 19:51:27 +01:00
53cd4e0052 Cleanup PE/COFF related structures 2024-01-10 16:05:36 +01:00
4412d4fc98 Rewrite core of the XTLDR boot loader
Reviewed-on: 
Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git>
Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
2024-01-09 18:51:04 +01:00