Re: Wine + kernel ?? How to do that?

David Howells (dhowells@cambridge.redhat.com)
Wed, 28 Feb 2001 08:32:25 +0000


lkthomas@hkicable.com wrote:
> hey, I hear that wine ( windows emulator ) can port into kernel and make
> it running faster, How can I do it?
> or anyone can make a patch to add wine code into kernel?
> waiting for answer, Thanks

I've been writing one to provide all the Windows kernel objects in Linux
kernel space (the speed up appears as though it should be impressive). It is,
however, not entirely complete yet. You can grab a copy by CVS from the wine
repository:

export CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine
cvs login
(the password is cvs)
cvs -z3 checkout kernel-win32

Or you can browse it:

http://cvs.winehq.com/cvsweb/kernel-win32/

The numbers are looking good: the system call latency appears to be about half
that of Win2000 on the same box! (however, use this number with caution).

David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/