[EMAIL PROTECTED] 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:[EMAIL PROTECTED]:/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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to