Browse thread
Re: [Caml-list] ocaml and linux kernel programming
- Ohad Rodeh
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Ohad Rodeh <ORODEH@i...> |
| Subject: | Re: [Caml-list] ocaml and linux kernel programming |
Mark Hayden wrote a kernel module in Ocaml, he posted a message on this
topic
about two years ago. The major problem was memory allocation in a
different
segement using the Caml GC.
Look it up, perhaps it will be of value to you.
Ohad.
Xavier Leroy <xavier.leroy@inria.fr>@pauillac.inria.fr on 05/11/2001
12:06:04
Please respond to Xavier Leroy <xavier.leroy@inria.fr>
Sent by: owner-caml-list@pauillac.inria.fr
To: Vikas Sodhani <vikas_sodhani@oryxa.com>
cc: caml-list@inria.fr
Subject: Re: [Caml-list] ocaml and linux kernel programming
> Hi, I am just learning the OCaml language and was hoping to receive some
> advice on the possibilities and trade offs of writing linux kernel
> modules using ocaml.
As Vitaly said, your best bet is to run the Caml code in user space
via some sort of kernel/userland gateway. Kernel-land is a somewhat
restricted programming environment. E.g. you can't even write kernel
code in (full) C++ because the run-time environment for C++
allocations and exceptions is not available in the kernel. So, your
chances of getting OCaml code to run in the kernel are very slim :-)
- Xavier Leroy
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ:
http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives:
http://caml.inria.fr
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr