diff options
author | hpa <hpa> | 2002-04-28 06:22:14 +0000 |
---|---|---|
committer | hpa <hpa> | 2002-04-28 06:22:14 +0000 |
commit | 4ebea85bc52cdbf5d823eca455c97b5abb4d9a95 (patch) | |
tree | ebae22ab2c715a0c2362d74587ff9e50d1cf79b5 /bootsect.inc | |
parent | 0819bf058b63470366ac8fbd532c4457c002c86d (diff) | |
download | syslinux-4ebea85bc52cdbf5d823eca455c97b5abb4d9a95.tar.gz |
Add call to crlf
Diffstat (limited to 'bootsect.inc')
-rw-r--r-- | bootsect.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootsect.inc b/bootsect.inc index 4d2274f8..d9aa9554 100644 --- a/bootsect.inc +++ b/bootsect.inc @@ -40,6 +40,7 @@ load_bootsec: xchg dx,ax ; Now EAX = file length mov edi, 100000h call load_high + call crlf %if IS_SYSLINUX pop cx |