D language and OS development

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Locked
aod
Member
Member
Posts: 26
Joined: Fri Sep 30, 2011 2:36 am

D language and OS development

Post by aod »

Hi!
Is there anybody who tried using D to do some OS development? I need some information on this topic.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: D language and OS development

Post by Combuster »

Yes.

Search.

Ask smart questions.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
aod
Member
Member
Posts: 26
Joined: Fri Sep 30, 2011 2:36 am

Re: D language and OS development

Post 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.
User avatar
iansjack
Member
Member
Posts: 4711
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: D language and OS development

Post by iansjack »

http://dlang.org/comparison.html

In brief, D supports standard object files and inline assembler. So it shouldn't be a problem.
Locked