Hmm where is the link? I don't see it, also want to have a look8infy wrote:Thanks, fixed
What does your OS look like? (Screen Shots..)
-
- 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..)
Re: What does your OS look like? (Screen Shots..)
Awesome! And a fair warning to me; I don't like hard work. Well, I get frustrated, is all.
Try holding shift or control while reloading, or click this: https://iili.io/H3lcNRf.pngCyao wrote:Hmm where is the link? I don't see it, also want to have a look
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
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
-
- 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..)
Ahh I thought Octacone wanted to say the link to the project XD didn't know that he ment the photoeekee wrote:Try holding shift or control while reloading, or click this: https://iili.io/H3lcNRf.png
Re: What does your OS look like? (Screen Shots..)
Oh, now you mention it, I think I might be wrong lol!Cyao wrote:Ahh I thought Octacone wanted to say the link to the project XD didn't know that he ment the photo
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
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
-
- 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..)
An operating system written in C#. source is on my github.
My github: https://github.com/nifanfa
Re: What does your OS look like? (Screen Shots..)
I like your style! And you've obviously come a long way with it.nifanfa wrote:An operating system written in C#. source is on my github.
I see you're using toasts. I have a love-hate relationship with toasts, 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
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
Re: What does your OS look like? (Screen Shots..)
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.
I hope to continue to improve it.
I hope to continue to improve it.
OS: Spectra.
Re: What does your OS look like? (Screen Shots..)
New:
- Display settings dialog
- Can dither to direct color surfaces
- Cirrus support
- EHCI support
- Process viewer
- Can force quit processes
- Display settings dialog
- Can dither to direct color surfaces
- Cirrus support
- EHCI support
- Process viewer
- Can force quit processes
- AndrewAPrice
- Member
- Posts: 2298
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: What does your OS look like? (Screen Shots..)
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.
- bellezzasolo
- Member
- Posts: 110
- Joined: Sun Feb 20, 2011 2:01 pm
Re: What does your OS look like? (Screen Shots..)
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.
Accelerated graphics is a tempting, but scary, prospect.
Whoever said you can't do OS development on Windows?
https://github.com/ChaiSoft/ChaiOS
https://github.com/ChaiSoft/ChaiOS
Re: What does your OS look like? (Screen Shots..)
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
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
-
- Posts: 15
- Joined: Sun Aug 09, 2015 7:23 pm
- Libera.chat IRC: Dennisbonke
Re: What does your OS look like? (Screen Shots..)
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.
Hi, I'm Dennis, the resident port maintainer of Managarm!
Happy to help or answer questions, porting software is my speciality but I'll try everything.
Please correct my English as I'm not a native speaker of it.
Happy to help or answer questions, porting software is my speciality but I'll try everything.
Please correct my English as I'm not a native speaker of it.
Re: What does your OS look like? (Screen Shots..)
bravo, good luck ^^)) and looks pretty well ...) those errors you can fix ; main thing is the thing is working )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.
Re: What does your OS look like? (Screen Shots..)
This is a really fantastic accomplishment. Is there a build available with WebkitGTK ready to go? I'd love to poke at it!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.