refactor vesa mode setting code and bootsplash code
[coreboot.git] / src / devices / oprom / x86_asm.S
index d5b5e1859ff7846492e54bcad803d044657a6265..57c5338914b7748ebd214f7935349f8097897642 100644 (file)
@@ -66,6 +66,11 @@ __registers = RELOCATED(.)
        .long 0 /* 16 - ESI */
        .long 0 /* 20 - EDI */
 
+/* 256 byte buffer, used by int10 */
+       .globl __buffer
+__buffer = RELOCATED(.)
+       .skip 256
+
        .code32
        .globl __realmode_call
 __realmode_call = RELOCATED(.)