Can D be used for operating system development ?
RazvanN
razvan.nitu1305 at gmail.com
Fri Jun 3 13:40:56 UTC 2022
On Thursday, 2 June 2022 at 20:36:59 UTC, Jakob Jenkov wrote:
> Is it feasible / practical to use D to develop an operating
> system from the ground up? Or does the VM / memory management
> get in the way?
This is an example of a device driver that has been ported to D
and integrated in the linux kernel:
https://github.com/alexandrumc/d-virtio/pull/1.
More information about the Digitalmars-d
mailing list