diff options
author | hpa <hpa> | 2004-12-27 07:04:08 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-27 07:04:08 +0000 |
commit | fd90c4d0a06ede3c60229086356d1e10d3c34d76 (patch) | |
tree | 7274f5d9c1db4fb09bd09bf1a152d7e1107c5f99 /font.inc | |
parent | 88310d544e0e2758355f8372fcfe7ceb73256973 (diff) | |
download | syslinux-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.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |