Quellcode durchsuchen

Use partition type 0xeb ("EtherBoot"), to avoid any attempts to mount

the Etherboot partition.
tags/v0.9.3
Michael Brown vor 17 Jahren
Ursprung
Commit
07ea125213
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/arch/i386/prefix/usbdisk.S

+ 1
- 1
src/arch/i386/prefix/usbdisk.S Datei anzeigen

@@ -12,7 +12,7 @@
12 12
 	.space 16
13 13
 	.space 16
14 14
 	.byte 0x80, 0x01, 0x01, 0x00
15
-	.byte 0x01, 0x3f, 0x20, 0x01
15
+	.byte 0xeb, 0x3f, 0x20, 0x01
16 16
 	.long 0x00000020
17 17
 	.long 0x00000fe0
18 18
 

Laden…
Abbrechen
Speichern