You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
305 B
11 lines
305 B
17 years ago
|
/*
|
||
|
* Wrapper script for the realmode binary as a transport object
|
||
|
* before copying to low memory.
|
||
|
*/
|
||
|
.section ".rodata","a"
|
||
|
.globl wakeup_code_start, wakeup_code_end
|
||
|
wakeup_code_start:
|
||
|
.incbin "arch/x86/kernel/acpi/realmode/wakeup.bin"
|
||
|
wakeup_code_end:
|
||
|
.size wakeup_code_start, .-wakeup_code_start
|