kernel panic with pmap_qremove()

2006-01-28 Thread Anton Barsukov
Hi everybody I install ports/benchmarks/forkbomb, when i run '%forkbomb -f', kernel panic. instruction pointer = pmap_qremove(sva=4290785280, count=0) at /usr/src/sys/i386/i386/pmap.c:896 FreeBSD 6.0-RELEASE(GENERIC) i386 machine( MB -- P4P800SE, CPU -- P4 3GHz, RAM -- 2x51

Re: FreeBSD Real Mode interface

2006-01-28 Thread Anish Mistry
On Saturday 28 January 2006 05:15, you wrote: > On Sat, Jan 28, 2006 at 04:03:34AM -0500, Anish Mistry wrote: > > On Saturday 28 January 2006 02:10, Loren M. Lang wrote: > > > Is there any equivalent to the Linux Real Mode interface in > > > FreeBSD? I would like to port a program called atitvout

Re: FreeBSD Real Mode interface

2006-01-28 Thread Loren M. Lang
On Sat, Jan 28, 2006 at 04:03:34AM -0500, Anish Mistry wrote: > On Saturday 28 January 2006 02:10, Loren M. Lang wrote: > > Is there any equivalent to the Linux Real Mode interface in > > FreeBSD? I would like to port a program called atitvout to > > FreeBSD, but it uses calls to the vesa bios in

Re: FreeBSD Real Mode interface

2006-01-28 Thread Anish Mistry
On Saturday 28 January 2006 02:10, Loren M. Lang wrote: > Is there any equivalent to the Linux Real Mode interface in > FreeBSD? I would like to port a program called atitvout to > FreeBSD, but it uses calls to the vesa bios in real mode on the x86 > arch. I can't seem to find out how to do this