In article <[EMAIL PROTECTED]> you wrote:
>   (1) An in-kernel resident lump, providing very basic services:

>       * file-change notification
this is interesting for other stuff too, i think irix has an interface for
that, i think its an ioctl?

>       * unicode string handling/conversion (steal/share from NTFS)
are you sure this needs to be done in the kernel? if you wat to steal the
sourcecode of the ntfs driver do it, but why would u wat to share object
code for that?

>       * simple RPC mechanism for building certain services in userspace
what is that? message passing? in kernel space?

>   (2) A partial basic Win32 implementation (modulable):

>       * basic Win32 syscalls, eg: CreateMutexA/W
>       * _no_ GDI calls

actuelly kCGI is there?

Greetings
Bernd
-
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/

Reply via email to