Jump to page: 1 2
Thread overview
PowerNex - New release of my D kernel
May 29, 2016
Wild
May 29, 2016
mogu
May 29, 2016
Stefan Koch
May 31, 2016
WebFreak001
May 31, 2016
Bauss
May 31, 2016
Vadim Lopatin
Jun 01, 2016
Wild
Jun 26, 2016
Werner
Jun 26, 2016
Wild
Jun 27, 2016
Guest
May 29, 2016
Hey!

I have new release of my D kernel called PowerNex.
This release should be a bit more interesting than the last one that I release back in November 2015.

This one contains a working memory manager, a custom TTY renderer, BMP image renderer, a VFS, etc.
More information is in the Github release.

https://github.com/Vild/PowerNex/releases/tag/v0.1.0-ALPHA
The Github release also have a precompiled ISO.

The project is fully open source and located at https://github.com/Vild/PowerNex under the MPLv2 license.

Hopefully someone will find this interesting.
All feedback is appreciated.

-Dan


May 29, 2016
On Sunday, 29 May 2016 at 23:15:13 UTC, Wild wrote:
> I have new release of my D kernel called PowerNex.
>
> -Dan

nice works!
May 29, 2016
On Sunday, 29 May 2016 at 23:15:13 UTC, Wild wrote:
> Hey!
>
> I have new release of my D kernel called PowerNex.
> This release should be a bit more interesting than the last one that I release back in November 2015.
>
> This one contains a working memory manager, a custom TTY renderer, BMP image renderer, a VFS, etc.
> More information is in the Github release.
>
> https://github.com/Vild/PowerNex/releases/tag/v0.1.0-ALPHA
> The Github release also have a precompiled ISO.
>
> The project is fully open source and located at https://github.com/Vild/PowerNex under the MPLv2 license.
>
> Hopefully someone will find this interesting.
> All feedback is appreciated.
>
> -Dan

Interesting.
May 31, 2016
On Sunday, 29 May 2016 at 23:15:13 UTC, Wild wrote:
> I have new release of my D kernel called PowerNex.

For those who want to see some screenshots of it but not download or test it yourself, I made some screenshots:

Directly after boot: https://i.webfreak.org/f5z9Q8
A few commands: https://i.webfreak.org/f5znY0
May 31, 2016
On Sunday, 29 May 2016 at 23:15:13 UTC, Wild wrote:
> Hey!
>
> I have new release of my D kernel called PowerNex.
> This release should be a bit more interesting than the last one that I release back in November 2015.
>
> This one contains a working memory manager, a custom TTY renderer, BMP image renderer, a VFS, etc.
> More information is in the Github release.
>
> https://github.com/Vild/PowerNex/releases/tag/v0.1.0-ALPHA
> The Github release also have a precompiled ISO.
>
> The project is fully open source and located at https://github.com/Vild/PowerNex under the MPLv2 license.
>
> Hopefully someone will find this interesting.
> All feedback is appreciated.
>
> -Dan

This is really amazing!
May 31, 2016
On Sunday, 29 May 2016 at 23:15:13 UTC, Wild wrote:
> Hey!
>
> I have new release of my D kernel called PowerNex.
> This release should be a bit more interesting than the last one that I release back in November 2015.
>
> This one contains a working memory manager, a custom TTY renderer, BMP image renderer, a VFS, etc.
> More information is in the Github release.
>
> https://github.com/Vild/PowerNex/releases/tag/v0.1.0-ALPHA
> The Github release also have a precompiled ISO.
>
> The project is fully open source and located at https://github.com/Vild/PowerNex under the MPLv2 license.
>
> Hopefully someone will find this interesting.
> All feedback is appreciated.
>
> -Dan

Cool.
May 31, 2016
On Sunday, 29 May 2016 at 23:15:13 UTC, Wild wrote:
> Hopefully someone will find this interesting.
> All feedback is appreciated.
>
> -Dan

Really cool. Good job :)
June 01, 2016
There is a Q&A about the development of the kernel over at https://www.reddit.com/r/programming/comments/4lwtn9/first_release_of_powernex_an_os_kernel_written_in/
June 26, 2016
Latest release shows this: http://imgur.com/QOPsqkc.png
June 26, 2016
On Sunday, 26 June 2016 at 07:43:37 UTC, Werner wrote:
> Latest release shows this: http://imgur.com/QOPsqkc.png

Looks like you didn't give it enough RAM.
What command did you run?
« First   ‹ Prev
1 2