3 open(BB
, $ARGV[0]) || die "open $ARGV[0]: $!";
11 print STDERR
"boot block too large: $n bytes (max 510)\n";
15 print STDERR
"boot block is $n bytes (max 510)\n";
17 $buf .= "\0" x
(510-$n);
20 open(BB
, ">$ARGV[0]") || die "open >$ARGV[0]: $!";