projects
/
efitest3
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8b4bed0
)
fixed offset in notes
master
author
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 6 Jul 2022 04:41:09 +0000
(07:41 +0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 6 Jul 2022 04:41:09 +0000
(07:41 +0300)
NOTES
patch
|
blob
|
history
diff --git
a/NOTES
b/NOTES
index
2ee210a
..
884d9d8
100644
(file)
--- a/
NOTES
+++ b/
NOTES
@@
-26,8
+26,10
@@
EFI_SYSTEM_TABLE signature: 0x5453595320494249
48 EFI_SIMPLE_TEXT_INPUT_PROTOCOL*
56 void *console_out_handle
64 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL*
48 EFI_SIMPLE_TEXT_INPUT_PROTOCOL*
56 void *console_out_handle
64 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL*
-72 EFI_RUNTIME_SERVICES *runtime_services;
-80 EFI_BOOT_SERVICES *boot_services;
+72 void *stderr_handle
+80 EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL*
+88 EFI_RUNTIME_SERVICES *runtime_services;
+96 EFI_BOOT_SERVICES *boot_services;
uint64_t num_of_table_entries;
EFI_CONFIGURATION_TABLE *cfg_table;
uint64_t num_of_table_entries;
EFI_CONFIGURATION_TABLE *cfg_table;