Discussion:
Kudzu
Karlan Kayne
2003-11-13 03:51:20 UTC
Permalink
I was wondering if someone could help get started in maybe developing for
this project, or would that not be feasible because of the fact I haven't
done asm or device programming(I know c++ very well)

_________________________________________________________________
Great deals on high-speed Internet access as low as $26.95.
https://broadband.msn.com (Prices may vary by service area.)
Bill Nottingham
2003-11-13 04:33:28 UTC
Permalink
Post by Karlan Kayne
I was wondering if someone could help get started in maybe developing for
this project, or would that not be feasible because of the fact I haven't
done asm or device programming(I know c++ very well)
What specific bits are you interested in? Note that aside from some
minor bits in the ddc probing, it's all C with python bindings; there's
not really any asm, and no driver stuff.

Bill
Alan Cox
2003-11-13 21:31:54 UTC
Permalink
Post by Karlan Kayne
I was wondering if someone could help get started in maybe developing for
this project, or would that not be feasible because of the fact I haven't
done asm or device programming(I know c++ very well)
Device level stuff and assembler really only appear in the kernel and
a few other packages, so if you've done C++ you should be well positioned
to play with a lot of stuff - half the desktop is in C++ for example
Loading...