diff options
| author | hpa <hpa> | 2001-12-10 09:03:27 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2001-12-10 09:03:27 +0000 |
| commit | 2a751970a0c39afc8edab45dbcbfa187c772b78a (patch) | |
| tree | 13deeed09d641a1108bdb9cf6b01f83d242c709e /ldlinux.asm | |
| parent | fb13c33edae163e0e29bd70780dbeca2aad071f8 (diff) | |
| download | syslinux-2a751970a0c39afc8edab45dbcbfa187c772b78a.tar.gz | |
Fix support for small pseudo-kernels.
Diffstat (limited to 'ldlinux.asm')
| -rw-r--r-- | ldlinux.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldlinux.asm b/ldlinux.asm index eabc3122..20584cf1 100644 --- a/ldlinux.asm +++ b/ldlinux.asm @@ -1837,7 +1837,6 @@ kernel_sane: push ax xor bx,bx pop si ; Cluster pointer on stack call getfssec - jc near kernel_corrupt ; Failure in first 32K cmp word [es:bs_bootsign],0AA55h jne near kernel_corrupt ; Boot sec signature missing ; |
