summaryrefslogtreecommitdiff
path: root/conio.inc
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-19 07:08:48 +0000
committerhpa <hpa>2004-12-19 07:08:48 +0000
commit67af2ad7bead9bd53a15cd069217a28f02337811 (patch)
treee6761dabad01e70afa7ed27cf7584f22b752e1d2 /conio.inc
parent30f627b2fbf9b0c83eaa8ae8550d729c8ac00f1b (diff)
downloadsyslinux-67af2ad7bead9bd53a15cd069217a28f02337811.tar.gz
More common code cleanup; actually use the code to compress vkernels
Diffstat (limited to 'conio.inc')
-rw-r--r--conio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conio.inc b/conio.inc
index c0dceccf..b652eb41 100644
--- a/conio.inc
+++ b/conio.inc
@@ -373,6 +373,9 @@ debug_tracer: pushad
ret
%endif ; DEBUG_TRACERS
+ section .data
+ScrollAttribute db 07h ; Grey on white (normal text color)
+
section .bss
alignb 2
NextCharJump resw 1 ; Routine to interpret next print char