Source position: bootblock.pas line 23
type tBootBlock = record
bb_id: array [0..3] of Byte;
bb_chksum: LongInt;
bb_dosblock: LongInt;
end;