> 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

Reply via email to