Anonymous skrev: > 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). i386. As I wrote to Xin Li two minutes ago, reverting rev 197384 fixes the issue. -- JoelReceived on Tue Sep 22 2009 - 10:52:24 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:55 UTC