[BOOT:LIB] Implement EfiInitpConvertEfiFilePath()

Also implemented RtlULongSub() and EfiInitpAppendPathString()
This commit is contained in:
2024-08-24 12:39:16 -04:00
parent 8f56881d02
commit 874d95ae4c
3 changed files with 207 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ Abstract:
#define STATUS_DISK_CORRUPT_ERROR ((NTSTATUS) 0xC0000032L)
#define STATUS_DEVICE_ALREADY_ATTACHED ((NTSTATUS) 0xC0000038L)
#define STATUS_DISK_FULL ((NTSTATUS) 0xC000007FL)
#define STATUS_INTEGER_OVERFLOW ((NTSTATUS) 0xC0000095L)
#define STATUS_INSUFFICIENT_RESOURCES ((NTSTATUS) 0xC000009AL)
#define STATUS_MEDIA_WRITE_PROTECTED ((NTSTATUS) 0xC00000A2L)
#define STATUS_DEVICE_NOT_READY ((NTSTATUS) 0xC00000A3L)