Commit Graph

25 Commits

Author SHA1 Message Date
99ff358287
Don't mess with input string 2024-04-30 10:31:17 +02:00
0756eb9b29
Allocate memory before copying a buffer 2024-04-29 22:39:32 +02:00
3cd55260e6
Expose BlEnterFirmwareSetup() routine via XTLDR protocol 2024-03-19 17:11:38 +01:00
7b2a2565c5
Expose BlGetEfiVariable() and BlSetEfiVariable() routines via XTLDR protocol 2024-03-18 22:20:21 +01:00
6accf62552
Expose BlGetConfigBooleanValue() via XTLDR protocol 2024-03-18 22:16:20 +01:00
70a52adb8b
Don't even try to load a dependency modules with invalid name set 2024-03-02 22:59:20 +01:00
d61fd4f9c7
Fix grim bug in PE/COFF image structures causing invalid data read from optional header 2024-03-02 00:56:38 +01:00
17c50ea912
Redesign a way of storing module information; this allows to store more data in a single section, like license or a list of authors, as well as solves the problem with different module name lengths 2024-02-28 23:28:33 +01:00
632bb30b64
Implement BlGetRandomValue() and BlInitializeEntropy() routines for future KASLR support 2024-02-26 23:06:44 +01:00
a70df7cbf8
Properly print status codes 2024-02-16 23:01:29 +01:00
c99bd73dfd
Use uppercase when printing status codes 2024-02-16 22:03:00 +01:00
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: xt-sys/exectos#7
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