diff options
| author | hpa <hpa> | 1999-03-05 15:18:12 +0000 |
|---|---|---|
| committer | hpa <hpa> | 1999-03-05 15:18:12 +0000 |
| commit | 6d2eb4fe523e906ddb6d974abf06e827bf7dbdee (patch) | |
| tree | 99a81c84ecbc40e8a8df0bc1dc1507ff1a221b66 /ldlinux.asm | |
| parent | e60193970f2a6cc686281a257b5f1b99d2375ff7 (diff) | |
| download | syslinux-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.asm | 2 |
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) |
