October 28, 2015 How coding bootloader with (Asm+Dlang)? | ||||
---|---|---|---|---|
| ||||
I would like to use (Dlang + nasm) to write bootloader, how to write? |
October 28, 2015 Re: How coding bootloader with (Asm+Dlang)? | ||||
---|---|---|---|---|
| ||||
Posted in reply to guodemone | 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. |
Copyright © 1999-2021 by the D Language Foundation