Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/i386/stand/cdboot



> Modified Files:
>       src/sys/arch/i386/stand/cdboot: cdboot.S
> 
> Log Message:
> Support reading /boot > 64k.  Based on the patch from Izumi Tsutsui.
> Compiles but not actually tested!  Fixes PR/42202

Seems working here, but it isn't a good idea
to put a magic number in comment ;-p

> +     movb    $MAX_SECTORS, edd_nsecs /* Read 16 sectors - 64k bytes */

(64K / 2048) = 32 sectors?
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index