Ghost 0.5.3 - Lots of changes!

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

Ghost 0.5.3 - Lots of changes!

Post by max »

Hey guys!

Again, quite some stuff has happened since the last demo release. 0.4.1 is really quite long ago - almost too many changes to put them all here :P

Quick overview of changes
- lot of work on the kernel, new scheduler, major refactoring, various enhancements on the VFS
- new tools in the userspace (including process lister, PCI tool and a fancy GUI calculator)
- complete window server rewrite, using cairo graphics for rendering now
- added a user space interface & library for creating GUI elements
- added PCI support and a userspace tool for listing devices
- finally started documentation! can be rendered with ASCIIdoc
- added a kernel debugging interface that can be used to debug the kernel over the COM1 serial port

On the website you can follow the blog posts to see more details on the development.


ISO image
You can download the demo image on the website. The terminal will show up and there is a README file with some things to play around with. Have fun! :)

Screenshots
Using the proc tool
Using the proc tool
screenie2.png (7.67 KiB) Viewed 12906 times
Listing PCI devices
Listing PCI devices
screenie3.png (10.45 KiB) Viewed 12906 times
Launch the GUI and play with the calculator!
Launch the GUI and play with the calculator!
calculator.png (8.85 KiB) Viewed 12829 times
Greets!
Last edited by max on Sat May 14, 2016 9:00 am, edited 1 time in total.
Techel
Member
Member
Posts: 215
Joined: Fri Jan 30, 2015 4:57 pm
Location: Germany
Contact:

Re: Ghost 0.5.3 - Lots of changes!

Post by Techel »

Show some GUI!
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.5.3 - Lots of changes!

Post by max »

Techel wrote:Show some GUI!
lol :mrgreen: Sorry to say that I didn't focus *that* much on the UI in this release. I will do so for the next one though.

Anyway, here is a screenshot of my scrollpane implementation work-in-progress, added a nice wallpaper and high resolution so you have some candy for your eyes :wink:

Image
Techel
Member
Member
Posts: 215
Joined: Fri Jan 30, 2015 4:57 pm
Location: Germany
Contact:

Re: Ghost 0.5.3 - Lots of changes!

Post by Techel »

Looks fantastic! Nice.
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

Re: Ghost 0.5.3 - Lots of changes!

Post by Kevin »

Good job, I didn't manage to crash it.

But I have one urgent feature request: Please make the right shift key work. I never get paths typed correctly in the first attempt. ;)
Developer of tyndur - community OS of Lowlevel (German)
Techel
Member
Member
Posts: 215
Joined: Fri Jan 30, 2015 4:57 pm
Location: Germany
Contact:

Re: Ghost 0.5.3 - Lots of changes!

Post by Techel »

I'll give it a try on my hardware.
Is it possible to boot from usb stick?
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.5.3 - Lots of changes!

Post by max »

Kevin wrote:Good job, I didn't manage to crash it.

But I have one urgent feature request: Please make the right shift key work. I never get paths typed correctly in the first attempt. ;)
Yay! That's good. :)

Sorry, I'll add it haha :mrgreen:
Techel wrote:I'll give it a try on my hardware.
Is it possible to boot from usb stick?
Cool, thanks! Yes it's possibly, but I have only done it on Mac OS so far - see the instructions here: https://github.com/maxdev1/ghost/blob/m ... SBSTICK.md
Basically convert the ISO to UDRO and then write it to the stick with dd. I think it should be similar on Linux/something else.
mariuszp
Member
Member
Posts: 587
Joined: Sat Oct 16, 2010 3:38 pm

Re: Ghost 0.5.3 - Lots of changes!

Post by mariuszp »

max wrote:
Kevin wrote:Good job, I didn't manage to crash it.

But I have one urgent feature request: Please make the right shift key work. I never get paths typed correctly in the first attempt. ;)
Yay! That's good. :)

Sorry, I'll add it haha :mrgreen:
Techel wrote:I'll give it a try on my hardware.
Is it possible to boot from usb stick?
Cool, thanks! Yes it's possibly, but I have only done it on Mac OS so far - see the instructions here: https://github.com/maxdev1/ghost/blob/m ... SBSTICK.md
Basically convert the ISO to UDRO and then write it to the stick with dd. I think it should be similar on Linux/something else.
I don't know if it'd work the same way, but if I simply "dd" the glidix ISO to a USB stick it simply boots, without converting to UDRO etc.
User avatar
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

Re: Ghost 0.5.3 - Lots of changes!

Post by Ycep »

Just use kill task command to crash it.
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.5.3 - Lots of changes!

Post by max »

lukaandjelkovic wrote:Just use kill task command to crash it.
Crash? I'm near sure you didn't crash it. You are be able to kill both the PS/2 driver and the terminal program, but that only kills the input/the program that processes input, not the kernel :P
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

Re: Ghost 0.5.3 - Lots of changes!

Post by BrightLight »

Sorry if I'm late -- I've just tried it now.
The system overall is cool, but the key mappings need tweaks. For example, the slash (/) next to the right shift makes a dash (-). Shift+7 makes (/) instead of (&) and other small tweaks. I've changed the mapping to en-US and it's still the same.
Performance of the GUI of quite good. Good luck in your project!
You know your OS is advanced when you stop using the Intel programming guide as a reference.
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.5.3 - Lots of changes!

Post by max »

Hey omar,

thanks for the testing. The keyboard layout is for german keyboards only, the en-US layout is just a copy of the german one with y and z swapped that I made only for testing :mrgreen: I will add a proper one for the future.

Thanks! :)
User avatar
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

Re: Ghost 0.5.3 - Lots of changes!

Post by Ycep »

max wrote:
lukaandjelkovic wrote:Just use kill task command to crash it.
Crash? I'm near sure you didn't crash it. You are be able to kill both the PS/2 driver and the terminal program, but that only kills the input/the program that processes input, not the kernel :P
OK... Anyways it's pretty cool!
NunoLava1998
Member
Member
Posts: 273
Joined: Sun Oct 09, 2016 4:38 am
Libera.chat IRC: NunoLava1998

Re: Ghost 0.5.3 - Lots of changes!

Post by NunoLava1998 »

max wrote:
Kevin wrote:Good job, I didn't manage to crash it.

But I have one urgent feature request: Please make the right shift key work. I never get paths typed correctly in the first attempt. ;)
Yay! That's good. :)

Sorry, I'll add it haha :mrgreen:
Techel wrote:I'll give it a try on my hardware.
Is it possible to boot from usb stick?
Cool, thanks! Yes it's possibly, but I have only done it on Mac OS so far - see the instructions here: https://github.com/maxdev1/ghost/blob/m ... SBSTICK.md
Basically convert the ISO to UDRO and then write it to the stick with dd. I think it should be similar on Linux/something else.
I'll try to use it using RUFUS on my hardware
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS
User avatar
obiwac
Member
Member
Posts: 149
Joined: Fri Jan 27, 2017 12:15 pm
Libera.chat IRC: obiwac
Location: Belgium

Re: Ghost 0.5.3 - Lots of changes!

Post by obiwac »

Candy!
Maybe it's just me, but I don't think that the cursor fits with your OS. It's probably just personal taste. Otherwise, I love the UI! It's so beautiful and consistent. I just love it. Keep up the good work!
Post Reply