mirror of
https://github.com/memtest86plus/memtest86plus
synced 2025-03-12 17:02:58 +03:00
boot: Export the startup64 symbol
Export the startup64 symbol for use by some archs. Signed-off-by: Chao Li <lichao@loongson.cn>
This commit is contained in:
parent
d84c8eebee
commit
28689102a4
@ -66,6 +66,8 @@ extern uint8_t _start[];
|
||||
|
||||
extern uint8_t startup32[];
|
||||
|
||||
extern uint8_t startup64[];
|
||||
|
||||
extern uint8_t startup[];
|
||||
|
||||
extern uint64_t pml4[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user