How coding bootloader with (Asm+Dlang)?

tcak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Oct 28 10:35:09 PDT 2015


On Wednesday, 28 October 2015 at 15:23:11 UTC, guodemone wrote:
> I would like to use (Dlang + nasm) to write bootloader, how to 
> write?

Start from here:

http://wiki.osdev.org/D_Bare_Bones


I would suggest you to start by learning to do it with C first 
though. There are too many documents about this already. This 
way, you can make the conversion from C to D much easy later.


More information about the Digitalmars-d-learn mailing list