I need D to do (asm+D)bootloader.

2015-10-26 Thread guodemone via Digitalmars-d-announce
sorry,My english is poot. file asm.h /* 是bootasm.S汇编文件所需要的头文件,主要是一些与X86保护模式的段访问方式相关的宏定义 */ #ifndef __BOOT_ASM_H__ #define __BOOT_ASM_H__ /* Assembler macros to create x86 segments */ /* Normal segment */ #define SEG_NULLASM

Re: I need D to do (asm+D)bootloader.

2015-10-26 Thread Iain Buclaw via Digitalmars-d-announce
On 26 Oct 2015 4:50 pm, "guodemone via Digitalmars-d-announce" < digitalmars-d-announce@puremagic.com> wrote: > > sorry,My english is poot. > > file asm.h > This is for D.learn, I'd suggest asking there (probably putting your code on a pastebin site to link in).

Re: I need D to do (asm+D)bootloader.

2015-10-26 Thread Walter Bright via Digitalmars-d-announce
On 10/26/2015 10:19 AM, Iain Buclaw via Digitalmars-d-announce wrote: This is for D.learn, I'd suggest asking there (probably putting your code on a pastebin site to link in). Does pastebin code last forever? If it is ephemeral, it'd be better to include it in the posting.