Added sys2ansi.pl and I/O port change to NEWS
authorhpa <hpa>
Fri, 5 Mar 1999 15:18:12 +0000 (15:18 +0000)
committerhpa <hpa>
Fri, 5 Mar 1999 15:18:12 +0000 (15:18 +0000)
Changed io_delay from an OUT to port 0xED to an IN from port 0x80; this
hopefully will solve some problems.

NEWS
ldlinux.asm

diff --git a/NEWS b/NEWS
index 4214d54..a698e7d 100644 (file)
--- 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?
index 55ce99c..91f1274 100644 (file)
@@ -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)