What does your OS look like? (Screen Shots..)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Cyao
Member
Member
Posts: 78
Joined: Tue Jun 07, 2022 11:23 am
Libera.chat IRC: Cyao
Location: France
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by Cyao »

8infy wrote:Thanks, fixed :)
Hmm where is the link? I don't see it, also want to have a look :)
User avatar
eekee
Member
Member
Posts: 872
Joined: Mon May 22, 2017 5:56 am
Location: Kerbin
Discord: eekee
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by eekee »

Awesome! And a fair warning to me; I don't like hard work. :mrgreen: Well, I get frustrated, is all.
Cyao wrote:Hmm where is the link? I don't see it, also want to have a look :)
Try holding shift or control while reloading, or click this: https://iili.io/H3lcNRf.png
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
Cyao
Member
Member
Posts: 78
Joined: Tue Jun 07, 2022 11:23 am
Libera.chat IRC: Cyao
Location: France
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by Cyao »

eekee wrote:Try holding shift or control while reloading, or click this: https://iili.io/H3lcNRf.png
Ahh I thought Octacone wanted to say the link to the project XD didn't know that he ment the photo
User avatar
eekee
Member
Member
Posts: 872
Joined: Mon May 22, 2017 5:56 am
Location: Kerbin
Discord: eekee
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by eekee »

Cyao wrote:Ahh I thought Octacone wanted to say the link to the project XD didn't know that he ment the photo
Oh, now you mention it, I think I might be wrong lol!
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
nifanfa
Member
Member
Posts: 104
Joined: Tue Aug 17, 2021 10:40 am
Libera.chat IRC: visitor
Location: CN
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by nifanfa »

An operating system written in C#. source is on my github. :lol:
Image
Image
User avatar
eekee
Member
Member
Posts: 872
Joined: Mon May 22, 2017 5:56 am
Location: Kerbin
Discord: eekee
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by eekee »

nifanfa wrote:An operating system written in C#. source is on my github. :lol:
I like your style! :) And you've obviously come a long way with it.

I see you're using toasts. I have a love-hate relationship with toasts, :mrgreen: though really, the 'hate' part comes from health issues. I have to keep all notifications at arm's length.
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
sernico
Posts: 15
Joined: Tue Jun 14, 2016 1:39 pm
Libera.chat IRC: sernico

Re: What does your OS look like? (Screen Shots..)

Post by sernico »

First progress with UI :)
Attachments
screen-osdev-1.png
scalaview
Posts: 3
Joined: Tue Jul 05, 2022 8:00 am
Libera.chat IRC: scalaview

Re: What does your OS look like? (Screen Shots..)

Post by scalaview »

This is the first operating system implemented by myself. I encountered many problems in the process, and I found the answers here. Thank you very much. :D
I hope to continue to improve it.
ImageImage
OS: Spectra.
Gigasoft
Member
Member
Posts: 855
Joined: Sat Nov 21, 2009 5:11 pm

Re: What does your OS look like? (Screen Shots..)

Post by Gigasoft »

New:
- Display settings dialog
- Can dither to direct color surfaces
- Cirrus support
- EHCI support
- Process viewer
- Can force quit processes
Attachments
gos220223.jpg
User avatar
AndrewAPrice
Member
Member
Posts: 2297
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Re: What does your OS look like? (Screen Shots..)

Post by AndrewAPrice »

Great progress, Gigasoft! Your GUI is great and supporting dithering is a nice touch. Our OS's are at about the same stage, I think. The last thing I've worked on is a process manager.
My OS is Perception.
User avatar
bellezzasolo
Member
Member
Posts: 110
Joined: Sun Feb 20, 2011 2:01 pm

Re: What does your OS look like? (Screen Shots..)

Post by bellezzasolo »

Did some improvements on graphics. Write combining was huge, and pre-rendering the font was further improvement.

Accelerated graphics is a tempting, but scary, prospect.
Image
Whoever said you can't do OS development on Windows?
https://github.com/ChaiSoft/ChaiOS
User avatar
brain
Member
Member
Posts: 234
Joined: Thu Nov 05, 2009 5:04 pm
Location: UK
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by brain »

I've been away from this forum for about 11 years and my OS project has been on hold while i put my time and effort into other projects.

After thinking i'd lost my OS stuff in a catastrophic raid failure last year, i found a copy of it on my old netbook and decided to carry on with it again.

In the last two months ive added:

AHCI support
TCP/UDP and IP stack and RTL8139 driver
Graphics drawing commands
a ton more BASIC interpreter stuff including floating point support
and, changed bootloader from hydrogen to limine

Thought i'd share here :)
Attachments
OS screenshot
OS screenshot
OS screenshot
OS screenshot
OS screenshot
OS screenshot
image2.png (10.98 KiB) Viewed 32734 times
Dennisbonke
Posts: 14
Joined: Sun Aug 09, 2015 7:23 pm
Libera.chat IRC: Dennisbonke

Re: What does your OS look like? (Screen Shots..)

Post by Dennisbonke »

I've set out on a journey to port a proper browser to Managarm somewhere in 2021. It has been a long time, with serveral browsers tried, but in the end we made it. I'm typing this post from within Managarm, using WebKitGTK. It's a milestone I never thought we would reach. While not all sites load, for example, youtube and discord are hanging somewhere, and video playback is borked too, something with gstreamer we think, it's good enough for this and many other sites. Of course, there is a screenshot attached here, made from my host and uploaded from my host to a server of mine for usability reasons. We plan on fixing that too eventually.

Image
Hi, I'm Dennis!
Please correct my English as I'm not a native speaker of it
I'm currently working on managarm
TOG
Posts: 2
Joined: Tue Nov 08, 2022 6:10 am

Re: What does your OS look like? (Screen Shots..)

Post by TOG »

Dennisbonke wrote:I've set out on a journey to port a proper browser to Managarm somewhere in 2021. It has been a long time, with serveral browsers tried, but in the end we made it. I'm typing this post from within Managarm, using WebKitGTK. It's a milestone I never thought we would reach. While not all sites load, for example, youtube and discord are hanging somewhere, and video playback is borked too, something with gstreamer we think, it's good enough for this and many other sites. Of course, there is a screenshot attached here, made from my host and uploaded from my host to a server of mine for usability reasons. We plan on fixing that too eventually.

Image
bravo, good luck ^^)) and looks pretty well ...) those errors you can fix ; main thing is the thing is working )
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: What does your OS look like? (Screen Shots..)

Post by klange »

Dennisbonke wrote:I've set out on a journey to port a proper browser to Managarm somewhere in 2021. It has been a long time, with serveral browsers tried, but in the end we made it. I'm typing this post from within Managarm, using WebKitGTK. It's a milestone I never thought we would reach. While not all sites load, for example, youtube and discord are hanging somewhere, and video playback is borked too, something with gstreamer we think, it's good enough for this and many other sites. Of course, there is a screenshot attached here, made from my host and uploaded from my host to a server of mine for usability reasons. We plan on fixing that too eventually.
This is a really fantastic accomplishment. Is there a build available with WebkitGTK ready to go? I'd love to poke at it!
Post Reply