From 6d2eb4fe523e906ddb6d974abf06e827bf7dbdee Mon Sep 17 00:00:00 2001 From: hpa Date: Fri, 5 Mar 1999 15:18:12 +0000 Subject: [PATCH] Added sys2ansi.pl and I/O port change to NEWS Changed io_delay from an OUT to port 0xED to an IN from port 0x80; this hopefully will solve some problems. --- NEWS | 4 ++++ ldlinux.asm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4214d54..a698e7d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes in 1.43: + * Add sys2ansi.pl script to display the contents of a + colorized SYSLINUX file. + Changes in 1.42: * Frob the "fast A20 gate" port as well as the keyboard controller; will this help systems with problems? diff --git a/ldlinux.asm b/ldlinux.asm index 55ce99c..91f1274 100644 --- a/ldlinux.asm +++ b/ldlinux.asm @@ -2341,7 +2341,7 @@ bcopy: push eax ; ; We typically toggle A20 twice for every 64K transferred. ; -%define io_delay times 4 out 0EDh,al ; Invalid port (we hope) +%define io_delay times 4 in al,080h ; Invalid port (we hope) %define delaytime 1024 ; 4 x ISA bus cycles (@ 1.5 µs) -- 2.7.4