View previous topic :: View next topic |
Author |
Message |
rickhg12hs
Joined: 22 Jan 2008 Posts: 2
|
Posted: Wed Feb 06, 2008 4:50 pm Post subject: Request: Framework for Building Linux Kernel Modules with D |
|
|
It would be great to use D to write loadable Linux kernel modules.
If D truly has a compatible object interface with C then this must be possible, right? ... especially with GDC since GCC is used to compile the Linux kernel.
Linux kernel module reliance on .h files in include/linux looks like a complication but seems convertible to D (if I understand enough about D).
A D project that created a framework for building loadable Linux kernel modules would provide another option for all the C programmers doing module development. It would also be a showcase for D to demonstrate C object compatibility.
Has anyone already demonstrated this capability? Is anyone [planning on] working on it? |
|
Back to top |
|
|
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Thu Feb 07, 2008 1:36 pm Post subject: Re: Request: Framework for Building Linux Kernel Modules wi |
|
|
rickhg12hs wrote: | It would be great to use D to write loadable Linux kernel modules. | I don't know if anyone has tried to do specifically that yet, but I know that several people have tried writing kernels with D. Some of those projects are mentioned on this wiki page:
http://www.prowiki.org/wiki4d/wiki.cgi?KernelWithD |
|
Back to top |
|
|
|