16 lines
173 B
PHP
16 lines
173 B
PHP
|
;; File: mbr.inc
|
||
|
|
||
|
|
||
|
struc Partition
|
||
|
{
|
||
|
.status db ?
|
||
|
.chs_start db 3 dup(?)
|
||
|
.type db ?
|
||
|
.chs_last db 3 dup(?)
|
||
|
.lba dd ?
|
||
|
.sectors dd ?
|
||
|
}
|
||
|
defn Partition
|
||
|
|
||
|
|