fixed offset in notes master
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 6 Jul 2022 04:41:09 +0000 (07:41 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 6 Jul 2022 04:41:09 +0000 (07:41 +0300)
NOTES

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*
-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;