Learning D as main systems programming language

Adam D. Ruppe destructionator at gmail.com
Wed Jan 8 19:49:54 PST 2014


On Thursday, 9 January 2014 at 03:36:30 UTC, Rikki Cattermole 
wrote:
> I don't know how easy it would be to get a bootloader to call a 
> D kernel although it has been done.

Pretty easy if you use GRUB. You can just compile a regular linux 
program with a linker script and load it right up.

My minimal.zip (a bit of a misnomer as it is more than minimal 
including some experimentation) has some code to run D on bare 
x86 metal
arsdnet.net/dcode/minimal.zip


More information about the Digitalmars-d-learn mailing list