summaryrefslogtreecommitdiff
path: root/font.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 /font.inc
parent30f627b2fbf9b0c83eaa8ae8550d729c8ac00f1b (diff)
downloadsyslinux-67af2ad7bead9bd53a15cd069217a28f02337811.tar.gz
More common code cleanup; actually use the code to compress vkernels
Diffstat (limited to 'font.inc')
-rw-r--r--font.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/font.inc b/font.inc
index e8e610a1..9600b30f 100644
--- a/font.inc
+++ b/font.inc
@@ -123,5 +123,9 @@ vidrows_ok: mov [VidRows],al
section vgafont nobits start=0E000h
vgafontbuf resb 8192
- section .text
+ section .data
+ align 2, db 0
+VGAFontSize dw 16 ; Defaults to 16 byte font
+UserFont db 0 ; Using a user-specified font
+