Hi!
Is there anybody who tried using D to do some OS development? I need some information on this topic.
D language and OS development
- Combuster
- 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
Yes.
Search.
Ask smart questions.
Search.
Ask smart questions.
Re: D language and OS development
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.
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
http://dlang.org/comparison.html
In brief, D supports standard object files and inline assembler. So it shouldn't be a problem.
In brief, D supports standard object files and inline assembler. So it shouldn't be a problem.