summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-12 15:56:45 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-12 15:56:45 -0800
commitb2e6d915489d7af1177c75b961438be7cec140f0 (patch)
treeb6d498d146458b681d95164f498de041e689167f /ldlinux.asm
parentc9e35f37217f25f1f576754df464a8ec0d6d22fe (diff)
downloadsyslinux-b2e6d915489d7af1177c75b961438be7cec140f0.tar.gz
Switch the display file and graphics routines to using the getc stack
The file display and graphics routines used their own file management since the old getc code did not nest. The new one does (necessary to support INCLUDE), so use the same routines and get rid of the ad hoc buffer management.
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm12
1 files changed, 0 insertions, 12 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index 217fb15d..0c5c94f8 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -132,18 +132,6 @@ ClustByteShift resb 1 ; Shift count for bytes/cluster
alignb open_file_t_size
Files resb MAX_OPEN*open_file_t_size
-;
-; Constants for the xfer_buf_seg
-;
-; The xfer_buf_seg is also used to store message file buffers. We
-; need two trackbuffers (text and graphics), plus a work buffer
-; for the graphics decompressor.
-;
-xbs_textbuf equ 0 ; Also hard-coded, do not change
-xbs_vgabuf equ trackbufsize
-xbs_vgatmpbuf equ 2*trackbufsize
-
-
section .text
;
; Some of the things that have to be saved very early are saved