Page 1 of 1

Linking and runtime with D language

Posted: Fri Feb 26, 2010 10:34 am
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 ;)

Re: Linking and runtime with D language

Posted: Fri Feb 26, 2010 1:31 pm
by KotuxGuy
Unfortunately, the D runtime is OS-dependent. You can't use any runtime features until you implement the support functions.

Re: Linking and runtime with D language

Posted: Fri Feb 26, 2010 5:36 pm
by pcmattman
D Bare Bones (which links to the D page, which links to more resources).