Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37797356
en ru br
ALT Linux repos
S:2.06-alt16
D:0.97-alt2
5.0: 0.97-alt5
4.1: 0.97-alt4.M41.1
3.0: 0.95-alt1

Group :: System/Kernel and hardware
RPM: grub

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: grub-0.91-nice-magic.patch
Download


--- grub-0.91/stage2/shared.h.pix	Thu Jan 24 14:42:26 2002
+++ grub-0.91/stage2/shared.h	Thu Jan 24 14:47:44 2002
@@ -172,8 +172,8 @@
 
 #define BOOTSEC_LOCATION		RAW_ADDR (0x7C00)
 #define BOOTSEC_SIGNATURE		0xAA55
-#define BOOTSEC_BPB_OFFSET		0x3
-#define BOOTSEC_BPB_LENGTH		0x3B
+#define BOOTSEC_BPB_OFFSET		0xA
+#define BOOTSEC_BPB_LENGTH		0x34
 #define BOOTSEC_BPB_SYSTEM_ID		0x3
 #define BOOTSEC_BPB_HIDDEN_SECTORS	0x1C
 #define BOOTSEC_PART_OFFSET		0x1BE
--- grub-0.91/stage1/stage1.S.pix	Sun Dec 30 09:09:22 2001
+++ grub-0.91/stage1/stage1.S	Thu Jan 24 14:42:26 2002
@@ -69,9 +69,12 @@
 	.byte	0
 disk_address_packet:	
 sectors:
-	.long	0
+	.byte	0
+	.ascii	"GRU"
 heads:
-	.long	0
+	.ascii "B"
+	.byte	0
+	.word	0
 cylinders:
 	.word	0
 sector_start:
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin