Page 1 of 1
D language and OS development
Posted: Sun Jul 22, 2012 6:20 am
by aod
Hi!
Is there anybody who tried using D to do some OS development? I need some information on this topic.
Re: D language and OS development
Posted: Sun Jul 22, 2012 6:43 am
by Combuster
Yes.
Search.
Ask smart questions.
Re: D language and OS development
Posted: Sun Jul 22, 2012 8:59 am
by aod
Searching is hard, forum engine doesn't like such short words like 'D'.
But what I need is some kind of tutorial on writing stand-alone programs with D and linking with asm.
Re: D language and OS development
Posted: Sun Jul 22, 2012 9:42 am
by iansjack
http://dlang.org/comparison.html
In brief, D supports standard object files and inline assembler. So it shouldn't be a problem.