diff options
| -rw-r--r-- | dev/Boot/src/HEL/AMD64/EFIBootStartup.cc | 5 | ||||
| -rwxr-xr-x[-rw-r--r--] | lldb.sh | 0 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc b/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc index f8aa38d9..e4fd45b6 100644 --- a/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc +++ b/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc @@ -37,8 +37,11 @@ STATIC EfiGraphicsOutputProtocol* kGop = nullptr; STATIC UInt16 kGopStride = 0U; STATIC EfiGUID kGopGuid; +/** Related to jumping to the reset vector. */ + EXTERN_C Void rt_reset_hardware(); +/** Boot Services symbol. */ EXTERN EfiBootServices* BS; /** @@ -72,8 +75,6 @@ STATIC Bool boot_init_fb() noexcept return No; } -EXTERN EfiBootServices* BS; - EfiGUID kEfiGlobalNamespaceVarGUID = { 0x8BE4DF61, 0x93CA, 0x11D2, {0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C}}; |
