I want D to build OS,only with D

2015-10-26 Thread guodemone via Digitalmars-d-announce
kill C,kill C++,only D I like D,so to build OS(Dlang).but dmd,gdc,ldc. There is no example of a method to write OS(bootloader,)Including compiled, linked fashion

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

chinese have 1.5 billion people, change coding people 0.02% study, So the language is super language

2015-10-26 Thread guodemone via Digitalmars-d-announce
I like D.

Training your language fans

2015-10-26 Thread guodemone via Digitalmars-d-announce
Let hobby into a need, let your D language into university tutorial(of china). Coffee is grown out(no), but drink out(yes). Relative to his popularity

你的中文说的很好了,谢谢你的解答

2015-10-27 Thread guodemone via Digitalmars-d-announce
非常感谢,希望DLang可以进入中国的大学,那样Dlang会更有前途,我在为这个目标努力着。

I will continue to complete the OS with Dlang

2015-10-27 Thread guodemone via Digitalmars-d-announce
I will continue to complete the OS with Dlang. I will tell a lot of Chinese programmers how to write easy to use Dlang OS is fast. I sincerely wish Dlang. 我会继续用D来完成这个OS。 我要告诉所有的中国程序员,用D去完成一个OS是多么的快捷、方便。 我衷心的祝福D语言。

it build erro(book\book\chapter_11\01)

2015-10-27 Thread guodemone via Digitalmars-d-announce
glg@glg-virtual-machine:~/桌面/01$ make gcc -m32 -c multiboot.S -o multiboot.o dmd -c -m32 test.d object.d -defaultlib= -noboundscheck -release Error: no constructor for Error Error: no constructor for Error Makefile:2: recipe for target 'all' failed make: *** [all] Error 1 why?