diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-12-28 17:51:07 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-12-28 17:51:07 -0800 |
commit | 978437d3bed21595e1fea1057084487fc413bef3 (patch) | |
tree | 7d04f89e76e4d0bcc32e17324b350978596e395c /com32/gfxboot/realmode_callback.asm | |
parent | 93dfdd720e66e45609e1af321d4a2eeeb4da36c5 (diff) | |
parent | b4753621f708d1c1817109b12d1a495db7edbe07 (diff) | |
download | syslinux-3.85-pre1.tar.gz syslinux-3.85-pre1.tar.xz syslinux-3.85-pre1.zip |
Merge commit 'sherbszt/gfxboot32'syslinux-3.85-pre1
Diffstat (limited to 'com32/gfxboot/realmode_callback.asm')
-rw-r--r-- | com32/gfxboot/realmode_callback.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gfxboot/realmode_callback.asm b/com32/gfxboot/realmode_callback.asm index fb5461d9..2ff30f26 100644 --- a/com32/gfxboot/realmode_callback.asm +++ b/com32/gfxboot/realmode_callback.asm @@ -111,7 +111,7 @@ cb_fread_90: ; edx filename ; cb_getcwd: - mov ax,15h + mov ax,1fh int 22h mov edx,es shl edx,4 |