Browse Source

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

the Etherboot partition.
tags/v0.9.3
Michael Brown 17 years ago
parent
commit
07ea125213
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/prefix/usbdisk.S

+ 1
- 1
src/arch/i386/prefix/usbdisk.S View File

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

Loading…
Cancel
Save