summaryrefslogtreecommitdiff
path: root/font.inc
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-27 07:04:08 +0000
committerhpa <hpa>2004-12-27 07:04:08 +0000
commitfd90c4d0a06ede3c60229086356d1e10d3c34d76 (patch)
tree7274f5d9c1db4fb09bd09bf1a152d7e1107c5f99 /font.inc
parent88310d544e0e2758355f8372fcfe7ceb73256973 (diff)
downloadsyslinux-fd90c4d0a06ede3c60229086356d1e10d3c34d76.tar.gz
More work on using sections for memory alignment. Make bcopy32 always
live in low memory so we don't have to do a bunch on-the-fly relocation, and produce map files.
Diffstat (limited to 'font.inc')
-rw-r--r--font.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/font.inc b/font.inc
index 9600b30f..d3dbf456 100644
--- a/font.inc
+++ b/font.inc
@@ -120,7 +120,7 @@ vidrows_ok: mov [VidRows],al
; VGA font buffer at the end of memory (so loading a font works even
; in graphics mode, but don't put too much pressure on the .bss)
- section vgafont nobits start=0E000h
+ section .latebss
vgafontbuf resb 8192
section .data