Ghost 0.4.1 - public source code release

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

Ghost 0.4.1 - public source code release

Post by max »

I am proud to announce the public source release of my project, Ghost.

A lot has happened since I released the demo version, lots of things under the hood and some major refactoring work. Added support for signals, currently adding variable-messages size support and then will continue rewriting my window server.

Find the sources on: https://github.com/maxdev1/ghost
License is GPLv3

To get a glance about what system calls Ghost provides to the userspace, you can take a look at the kernel API functions.
I'd love to hear some feedback from you guys! Feel free to ask me anything.

Greets,
maxdev
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

Re: Ghost 0.4.1 - public source code release

Post by Roman »

I'm happy to see that one of my favourite hobby OSes is now updated and open sourced! Good luck with the project!
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

Re: Ghost 0.4.1 - public source code release

Post by Kevin »

Do you have some prebuilt images for the current version? It looks like the source version require a bit more than a simple make. ;)
Developer of tyndur - community OS of Lowlevel (German)
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

Re: Ghost 0.4.1 - public source code release

Post by max »

Roman wrote:I'm happy to see that one of my favourite hobby OSes is now updated and open sourced! Good luck with the project!
Wow, thank you! Great to see interest, wish you the best for your project too.
Kevin wrote:Do you have some prebuilt images for the current version? It looks like the source version require a bit more than a simple make. ;)
Not on my hand because I didn't focus much on having a user-friendly interface (the terminal is quite rudimentary), but rather focused on improving kernel & adding functionality. I'm about to rewrite the window manager (got some minor fixes to do beforehand), which will involve reworking the command line processor too. I'll prepare something for you guys to try out soon though :)
User avatar
Muazzam
Member
Member
Posts: 543
Joined: Mon Jun 16, 2014 5:59 am
Location: Shahpur, Layyah, Pakistan

Re: Ghost 0.4.1 - public source code release

Post by Muazzam »

What are your goals for the version 1.0? Will we ever see networking?
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

Re: Ghost 0.4.1 - public source code release

Post by max »

muazzam wrote:What are your goals for the version 1.0? Will we ever see networking?
The long-term roadmap contains ext2 support, porting GCC, PCI support, then adding networking. The first milestone is: boot it, open a file in a text editor, save file, reboot, file is still there. :P
gerryg400
Member
Member
Posts: 1801
Joined: Thu Mar 25, 2010 11:26 pm
Location: Melbourne, Australia

Re: Ghost 0.4.1 - public source code release

Post by gerryg400 »

Cool, a microkernel. Keep up the good work. I will follow with interest.
If a trainstation is where trains stop, what is a workstation ?
Post Reply