summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>1999-03-05 15:18:12 +0000
committerhpa <hpa>1999-03-05 15:18:12 +0000
commit6d2eb4fe523e906ddb6d974abf06e827bf7dbdee (patch)
tree99a81c84ecbc40e8a8df0bc1dc1507ff1a221b66 /ldlinux.asm
parente60193970f2a6cc686281a257b5f1b99d2375ff7 (diff)
downloadsyslinux-6d2eb4fe523e906ddb6d974abf06e827bf7dbdee.tar.gz
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.
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index 55ce99c0..91f12740 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)