|
1d26b81923
|
Store last booted OS in NVRAM and make it default one on next boot
|
2024-03-18 19:41:55 +01:00 |
|
|
ee23cd90cb
|
Implement BlGetEfiVariable() and BlSetEfiVariable() routines
|
2024-03-18 17:04:58 +01:00 |
|
|
db0e1d40aa
|
Allow boot protocols to supply own routine for converting EFI memory type into OS-specific memory type
|
2024-03-17 23:06:37 +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 |
|
|
8ddd6137da
|
XTLDR console/debug print refactor
|
2024-02-16 15:09:18 +01:00 |
|
|
5de4d7a7f5
|
Use new string formatting mechanism in the boot loader
|
2024-02-15 23:32:23 +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 |
|
|
8115ae07b6
|
Unify variable types across project; use common type for storing numer of pages
|
2024-01-29 16:17:51 +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 |
|
|
269858f5a1
|
Implement and use BlGetEfiPath() routine to get valid EFI path
|
2024-01-23 20:56:58 +01:00 |
|
|
435ee66ce1
|
Implement BlLoadEfiImage() and BlStartEfiImage() routines
|
2024-01-22 23:04:24 +01:00 |
|
|
0c3aee829a
|
Add missing forward reference
|
2024-01-22 15:16:39 +01:00 |
|
|
85d43e54b8
|
Add missing forward reference
|
2024-01-22 15:14:07 +01:00 |
|
|
c24745d233
|
Allow to specify virtual address during EFI memory mapping only
|
2024-01-19 23:16:45 +01:00 |
|
|
02f0e34b83
|
Allow to provide page size during initialization
|
2024-01-18 14:30:58 +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 |
|
|
c2e8e29775
|
Add missing forward references
|
2024-01-12 16:02:14 +01:00 |
|
|
9501d3da36
|
Improvements to protocol support
|
2024-01-12 15:10:27 +01:00 |
|
|
11979f758b
|
Conform BlExitBootServices() to UEFI Specification
|
2024-01-10 21:59:51 +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 |
|