www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How coding bootloader with (Asm+Dlang)?

reply guodemone <704975494 qq.com> writes:
I would like to use (Dlang + nasm) to write bootloader, how to 
write?
Oct 28 2015
parent tcak <1ltkrs+3wyh1ow7kzn1k sharklasers.com> writes:
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.
Oct 28 2015