// Template by Stefan Fleischmann
// X-Ways Software Technology AG
// 适用于物理硬盘的 0 扇区或任何分区的第一扇区。
description "包含分区表"
applies_to disk
sector-aligned
requires 510 "55 AA"
begin
read-only hex 440 "主引导程序载入代码"
// Addition by Daniel B. Sedory:
big-endian hexadecimal uint32 "Windows disk signature"
move -4
hexadecimal uint32 "Same reversed"
// This SN is created by any NT-type OS (NT, 2000, XP,
// 2003) and used in the Windows Registry.
begin
read-only hex 440 "Master bootstrap loader code"
// Addition by Daniel B. Sedory:
big-endian hexadecimal uint32 "Windows disk signature"
move -4
hexadecimal uint32 "Same reversed"
// This SN is created by any NT-type OS (NT, 2000, XP,
// 2003) and used in the Windows Registry.