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
Linking and runtime with D language
- KotuxGuy
- 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
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 )
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 )
-
- 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
D Bare Bones (which links to the D page, which links to more resources).