RE: Slowing down an old program to run on a fast CPU?

2005-06-12 Thread Norbert Koch
> > You could try installing vmware and running however > > many copies of windows > > it takes to make the game playable... (i would say > > some other form of > > *BSD, but it probobly wouldn't hog as much cpu :P) > > > > ~NVX Or try qemu. I yesterday booted & installed NetBSD in a qemu box runn

Re: How to make use of the current source tree's include file?

2005-06-12 Thread Ruslan Ermilov
Hi Xin, On Sun, Jun 12, 2005 at 11:34:04PM +0800, Xin LI wrote: > I am recently working on a patchset that would provide mini-crashdump > which needs to include a newly added include file into /sys/sys/ from > the kgdb(1) source code. I have used the following line to make this > possible, in the

How to make use of the current source tree's include file?

2005-06-12 Thread Xin LI
Hi, Ruslan, I am recently working on a patchset that would provide mini-crashdump which needs to include a newly added include file into /sys/sys/ from the kgdb(1) source code. I have used the following line to make this possible, in the latter's Makefile: CFLAGS+=-I${.CURDIR}/../../../.