ソースを参照

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

the Etherboot partition.
tags/v0.9.3
Michael Brown 17年前
コミット
07ea125213
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/arch/i386/prefix/usbdisk.S

+ 1
- 1
src/arch/i386/prefix/usbdisk.S ファイルの表示

@@ -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
 

読み込み中…
キャンセル
保存