[Prev][Next][Index][Thread]

Re: porting OCaml on OSKit



We have done several similar projects.  To start with, you probably do not
need to do anything especially oskity at all, you can just use the
posix-style interfaces in the oskit libraries (including pthreads if ocaml
uses it).  Just take a look at examples/x86/hello.c and the like and put
the minimal magic bits (oskit_clientos_init et al) into main (and link with
every oskit library under the sun) and you should get on your feet without
much work.

References: