D Barebones for x64

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
henriavelabarbe
Posts: 2
Joined: Sun Nov 25, 2012 2:13 pm

D Barebones for x64

Post by henriavelabarbe »

Hi,
first I want to thank everybody here for the precious information made available.
I just started some personal project and looked at the D barebones on the wiki.
Crossing that with Xomb wiki, I now have a barebone D kernel executing on X86_64 and compiled by ldc2 (llvm D compiler).
I would like to add the information on the wiki, so I just registered and joined the wiki group.
Should I edit the existing page, adding the instructions at the end of the page or should I create a new page ?

Regards,
Henri
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: D Barebones for x64

Post by AJ »

Hi,

The best thing to do is probably to create a new page under your username in the wiki. Once the page is "complete" (or as complete as wiki pages ever get...), see whether you think it fits in with the current page and merge it if so. Once you have a page created under your user space, you could always come back and ask the same question again. My feeling is that with a different environment / compiler, probably a new page will be in order anyway.

Cheers,
Adam
henriavelabarbe
Posts: 2
Joined: Sun Nov 25, 2012 2:13 pm

Re: D Barebones for x64

Post by henriavelabarbe »

Ok, here is the page : http://wiki.osdev.org/Henriavelabarbe:D ... _with_ldc2
The information is a mix from the existing page on osdev and XomB.
I just edited some files and included the ldc2 instructions.

Regards,
Henri
Columbus
Posts: 18
Joined: Sat Sep 13, 2014 2:26 am

Re: D Barebones for x64

Post by Columbus »

I'll try to rewrite the commands, so they'll work with GDC,
I linked your site to the D Bare Bone Tutorial.
Post Reply