Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37907748
en ru br
ALT Linux repos
S:2.5-alt2.qa2
5.0: 2.5-alt2
4.1: 2.5-alt1
4.0: 2.5-alt1

Group :: Networking/Other
RPM: mkelfimage

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mkelfImage-2.5.dif
Download


--- linux-i386/convert.h
+++ linux-i386/convert.h
@@ -4,6 +4,7 @@
 
 #define CMDLINE_MAX 256
 
+#define CONVERT_MAGICC 0xA5A5A5A5
 #define CONVERT_MAGIC 0xA5A5A5A5UL
 
 #ifndef ASSEMBLY
--- linux-i386/head.S
+++ linux-i386/head.S
@@ -455,7 +455,7 @@
 image_params:
 
 convert_magic:
-	.long	CONVERT_MAGIC
+	.long	CONVERT_MAGICC
 gdt_size:
 	.long	gdt_end - gdt
 bss_size:
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin