[syslinux:pathbased] com32: go back to using real_mode_seg as bounce buffer

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun Feb 21 16:09:19 PST 2010


Commit-ID:  6fb536e14da6350600626891f2bec448fff8ce96
Gitweb:     http://syslinux.zytor.com/commit/6fb536e14da6350600626891f2bec448fff8ce96
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 21 Feb 2010 16:07:54 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 21 Feb 2010 16:07:54 -0800

com32: go back to using real_mode_seg as bounce buffer

Go back to using real_mode_seg as bounce buffer; this reserves
xfer_buf_seg strictly for the in-core filesystem code.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/com32.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/com32.inc b/core/com32.inc
index b198dac..d9fdc68 100644
--- a/core/com32.inc
+++ b/core/com32.inc
@@ -86,7 +86,7 @@ com32_start:
 		push dword core_cfarcall	; Cfarcall entry point
 		push dword core_farcall		; Farcall entry point
 		push dword (1 << 16)		; 64K bounce buffer
-		push dword core_xfer_buf	; Bounce buffer address
+		push dword core_real_mode	; Bounce buffer address
 		push dword core_intcall		; Intcall entry point
 		push dword command_line		; Command line pointer
 		push dword 7			; Argument count



More information about the Syslinux-commits mailing list