On Fri, Oct 16, 2009 at 9:13 PM, Bryan O'Sullivan wrote:
> You don't need anything special for this. A Linux kernel "struct device"
> has a "void *driver_data" member which is private for your use, and intended
> for precisely this purpose. Global persistent state makes no more sense for
> kernel
Hi,
I've been looking at the patches given by Tom at Beware the Jabberwolk, for
building Linux kernel modules in Haskell. Once I'd got Tom's stuff building,
the next thing was to build a little driver which actually does something.
Step by step I was making progress, and I've now got a little funct
Many thanks for the explanations when I was first experimenting with
Haskell. I managed to finish translating a C++ wxWidgets program into
Haskell wxHaskell, and am certainly impressed.
I've written up some reflections on my newbie experience together with
both versions, which might be helpful to
Cale,
On Feb 20, 2008 10:58 AM, Cale Gibbard <[EMAIL PROTECTED]> wrote:
> (I'm copying the list on this, since my reply contains a tutorial
> which might be of use to other beginners.)
Thank you so much for this - I've just started playing with it so few
intelligent responses yet. I'm sure it wil
they are) then
this is all an academic exercise which has no production application
yet.
I'm still hoping that this is solvable. That the instinctive
priorities of production programmers are just different to those of
researchers, and in fact it *is* possible to open a file *and* read
it, c