Hello,
I have again some problems with translators.
I have the following mig definition
subsystem test 500;
#include
routine get_random(
server: mach_port_t;
inout num: int );
Given the inout I am able to see any given value from the client on the
server side. So the client is a
Sun, 15 Dec 2002 10:57:53 + (GMT), tu as dit :
> Hi
hi
> As part of my final year project I am developing a SCSI HBA
> driver. Can Anybody provide me any information/links/docs on how to
> write a SCSI HBA Driver in GNU/HURD. I am new to GNU/HURD but has
> done lot of coding in the GN