October 28, 2015
I would like to use (Dlang + nasm) to write bootloader, how to write?
October 28, 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.