Linking and runtime with D language

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.
Post Reply
SamyPesse
Posts: 17
Joined: Mon Apr 13, 2009 2:56 pm
Location: France

Linking and runtime with D language

Post by SamyPesse »

Hello everybody, i want to recode my C-Kernel in D language, because i think it's a very good language, but i have a probleme with the runtime.
i have read this topic : http://forum.osdev.org/viewtopic.php?f= ... 4&start=30 but i can't compile the runtime library of xomb. So could you give me a template of kernel in D language with the runtime or a library (.a) of the runtime for creating a kernel.
thanks ;)
User avatar
KotuxGuy
Member
Member
Posts: 96
Joined: Wed Nov 25, 2009 1:28 pm
Location: Somewhere within 10ft of my favorite chubby penguin!

Re: Linking and runtime with D language

Post by KotuxGuy »

Unfortunately, the D runtime is OS-dependent. You can't use any runtime features until you implement the support functions.
Give a man Linux, you feed the nearest optician ( Been staring at the PC too long again? ).
Give a man OS X, you feed the nearest NVidia outlet ( I need more GPU power!! )
Give a man Windows, you feed the entire Tylenol company ( Self explanatory :D )
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: Linking and runtime with D language

Post by pcmattman »

D Bare Bones (which links to the D page, which links to more resources).
Post Reply