svn rev 197392 hangs during boot
Anonymous
swell.k at gmail.com
Tue Sep 22 12:47:40 UTC 2009
Joel Dahl <joel at FreeBSD.org> writes:
>> Before trying to revert it can make sense to try place back u_int32_t
>> cast first
>>
>> [...]
>>> - p = BIOS_PADDRTOVADDR((regs.R_ES << 4) + regs.R_BX);
>>> + p = BIOS_PADDRTOVADDR(((u_int32_t)vmf.vmf_es << 4) + vmf.vmf_bx);
>
> No effect. It still hangs at the same place.
>
> I'll try reverting rev 197384 next...
What arch are you using? Can you try on i386 using vm86 (r197383) and
x86bios (r197384).
More information about the freebsd-current
mailing list