PowerNex - My 64bit kernel written in D

Luis via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Nov 18 01:31:03 PST 2015


On Tuesday, 17 November 2015 at 23:35:58 UTC, Wild wrote:
> Hey!
>
> I have recently started working on a 64bit kernel written in 
> only D (and a little bit of assembly where it is really needed).
> I finally got it to boot today in 64bit mode. All it currently 
> do is just print some text and numbers to the screen.
>
> It uses Adam D. Ruppes minimal D runtime, with some small 
> modifications.
>
> I have a precompiled ISO here, if anyone wants to try it: 
> https://github.com/Vild/PowerNex/releases/tag/v0.0.0-ALPHA
>
> The project is fully opensource and located at 
> https://github.com/Vild/PowerNex
> I livestream the development of this almost everyday at 
> https://livecoding.tv/Wild/
>
> Hopefully someone will find this interesting.
> All feedback is appreciated.
>
> //Dan

Nice!

https://github.com/Vild/PowerNex/blob/master/kernel/src/io/textmode.d#L64 not should be "cast(slot[w*h] *)" ?


More information about the Digitalmars-d-announce mailing list