소스 검색

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
 

Loading…
취소
저장