Debugger support

This commit is contained in:
Jozef Nagy 2024-03-31 23:49:54 +02:00
parent 871b9a9287
commit f98a241021
No known key found for this signature in database
GPG key ID: 5B49DC29F09685D6
4 changed files with 655 additions and 0 deletions

View file

@ -120,4 +120,10 @@ typedef struct _EFI_SYSTEM_TABLE {
EFI_CONFIGURATION_TABLE *ConfigurationTable;
} EFI_SYSTEM_TABLE;
typedef struct _EFI_SYSTEM_TABLE_POINTER {
UINT64 Signature;
EFI_PHYSICAL_ADDRESS EfiSystemTableBase;
UINT32 Crc32;
} EFI_SYSTEM_TABLE_POINTER;
#endif /* EFI_SYSTEM_TABLE_H */