Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37814963
en ru br
ALT Linux repos
S:4.04-alt19
D:3.61-alt1
5.0: 3.63-alt3
4.1: 3.36-alt2
4.0: 3.36-alt2
3.0: 2.11-alt1

Group :: System/Kernel and hardware
RPM: syslinux

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: syslinux-4.04-localboot.diff
Download


diff --git a/core/localboot.inc b/core/localboot.inc
index 1fe3102..30f34fc 100644
--- a/core/localboot.inc
+++ b/core/localboot.inc
@@ -33,6 +33,15 @@ local_boot:
 		cmp ax,-1
 		je .int18
 
+		cmp ax,-2
+		jne .load
+
+		mov al,[DriveNumber]
+		cmp al,80h
+		mov al,80h
+		jnz .load
+		inc ax
+.load:
 		; Load boot sector from the specified BIOS device and jump to it.
 		mov dl,al
 		xor dh,dh
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin