"Albert D. Cahalan" <[EMAIL PROTECTED]> wrote: > You don't need to make this code a module. If somebody else > really wants a module, let them give you a patch. I really want a module... At least while I'm writing the code. I don't want to have to reboot every time I make a change. > The actual Win32/NT code is more important than minor details > about how it is loaded. Being totally in-kernel is easy to do, > easy to use, and better for performance anyway. Some of the code > might even be really useful for non-Win32 software, so it would > be nice to let Linux apps rely on the calls being available. It doesn't make all that much difference in call latency to be in a module rather than in the kernel. Plus you can load it when you need it, and so it's not permanently eating a chunk of non-swappable memory. Additionally, I'm not sure that Linus would put it in the kernel. David Howells - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module Keith Owens
- Re: [RFC] Wine speedup through kernel module David Woodhouse
- Re: [RFC] Wine speedup through kernel modul... David Howells
- Re: [RFC] Wine speedup through kernel module David Woodhouse
- Re: [RFC] Wine speedup through kernel module John Levon
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module David Woodhouse
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module Bernd Eckenfels
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module Daniel Pittman
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel modul... Albert D. Cahalan
- Re: [RFC] Wine speedup through kernel m... David Howells
- Re: [RFC] Wine speedup through kernel module David Howells
- Re: [RFC] Wine speedup through kernel module Albert D. Cahalan