[funini.com] -> [kei@sodan] -> Kernel Reading

root/arch/x86/kernel/acpi/wakeup_rm.S

/* [<][>][^][v][top][bottom][index][help] */
/*
 * 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

/* [<][>][^][v][top][bottom][index][help] */

[funini.com] -> [kei@sodan] -> Kernel Reading