Search code examples
linux-kerneldkernel-module

Kernel module in D


Is it possible to create a kernel module in D?

I’d like to write a device driver for Arch, using The Linux Kernel Module Programming Guide. I’m having trouble finding info on this, perhaps by someone who’s been down this path already.


Solution

  • Typing Kernel module in D in google gives me 4th result with Proof of Concept: Writing a Linux Kernel Module in D.
    Yes, it's possible to create a kernel module using D.