>I am working on the host-beos driver... and I am trying to locate
>information regarding the reference of the file_operations structure in
>host-linux.c? Is this linux specific or am I missing an include file?
Yes, this is linux specific. In the file_operations structure are
entries for the device, our Linux kernel modul uses. In Linux you
have char- and block devices, the plex86 kernel module uses a character
device for communication with plex86 user task (the plex86 program you
start as user). Kernel-Userland-Communication has to be programed for
each particular host os...
jens