diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-02 10:30:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-02 10:30:06 +0100 |
| commit | fd80ae35fdc810ec7c6a5e312a41eacf83fae2f3 (patch) | |
| tree | bb7434dfcf8f22b3b806fa6552a5fd640f577d58 /dev/Boot/src/HEL | |
| parent | ad58c2172ecc4dfed37b0d35ee33661ad2730d06 (diff) | |
TWEAK: Bootloader tweaks.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/src/HEL')
| -rw-r--r-- | dev/Boot/src/HEL/AMD64/EFIBootStartup.cc | 5 |
1 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}}; |
