Import volumes suppport
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
2023-12-06 23:09:43 +01:00
parent cd1ab2128b
commit 2356f4da54
5 changed files with 962 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ CPPORT BlpSerialPort;
/* XT Boot Loader status data */
XTBL_STATUS BlpStatus = {0};
/* List of available block devices */
LIST_ENTRY EfiBlockDevices;
/* EFI Image Handle */
EFI_HANDLE EfiImageHandle;