summaryrefslogtreecommitdiff
path: root/font.inc
diff options
context:
space:
mode:
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
+