Adam Lackorzynski wrote:
>> +
>> +    /* Make sure we have a partition signature */
>> +    bootsect[0x510] = 0x55;
>> +    bootsect[0x511] = 0xaa;
> 
> These two should be decimal instead of hex.
> 

Oh, yes, duh.  510 and 511 or 0x1fe and 0x1ff.

        -hpa


Reply via email to