What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
Looks nice d(・・ )
Re: What does your OS look like? (Screen Shots..)
My OS booting and running it's debugger on real hardware
I hope soon I can post a bare minimal gui But first, I'm going to need a malloc() to allocate window buffers.
I had trouble with non-existent RS/232 (to output boot log and debugger on serial console), but checking for all possible errors in LSR seems to do the trick. I can't imagine a case when all flags set on a real chip, hope I'm right.I hope soon I can post a bare minimal gui But first, I'm going to need a malloc() to allocate window buffers.
Re: What does your OS look like? (Screen Shots..)
I've just ported zlib and libpng.
And I'm going to port Dash, yay!
And I'm going to port Dash, yay!
Keyboard not found!
Press F1 to run setup.
Press F2 to continue.
Press F1 to run setup.
Press F2 to continue.
- zesterer
- Member
- Posts: 59
- Joined: Mon Feb 22, 2016 4:40 am
- Libera.chat IRC: zesterer
- Location: United Kingdom
- Contact:
Re: What does your OS look like? (Screen Shots..)
Way too much cool on this thread recently, so I'm here to spoil it by showing off my crappy OS.
I've just implemented paging and Tupai is now a higher-half kernel.
I've also partially implemented ANSI escape-code compatibility.
I'm trying to get kernel tasks working, but... I'm not quite there yet. They're still ridiculously unstable.
I've just implemented paging and Tupai is now a higher-half kernel.
I've also partially implemented ANSI escape-code compatibility.
I'm trying to get kernel tasks working, but... I'm not quite there yet. They're still ridiculously unstable.
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
http://zesterer.homenet.org/projects.shtml
Re: What does your OS look like? (Screen Shots..)
Man I am so confused. Why can't I find a command for entering Sortie's compositor? I downloaded the latest nightly build and there is no GUI.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Re: What does your OS look like? (Screen Shots..)
Probably because he did not commited anything on his GitHub since a while!octacone wrote:Man I am so confused. Why can't I find a command for entering Sortie's compositor? I downloaded the latest nightly build and there is no GUI.
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
Re: What does your OS look like? (Screen Shots..)
testing font support
Re: What does your OS look like? (Screen Shots..)
Don't be so hard on yourself, your OS is really amazing! Yes, we all had bad times, and debugging is a difficult task, but that should not stop you! Sooner or later you'll came around all issues, and that moment will be a memorable one! According to what you have achieved so far, I'm 100% sure it's just a matter of when and not an if!zesterer wrote:Way too much cool on this thread recently, so I'm here to spoil it by showing off my crappy OS.
Re: What does your OS look like? (Screen Shots..)
I made a new demo video with ~15 minutes of various different things in my OS.
- BrightLight
- Member
- Posts: 901
- Joined: Sat Dec 27, 2014 9:11 am
- Location: Maadi, Cairo, Egypt
- Contact:
Re: What does your OS look like? (Screen Shots..)
Behind the scenes with my under development graphical shell.
Both the menu and the "task bar" are windows, which also means I now have support for frameless and transparent windows. I need to improve the look of the buttons and let them have a specified width, so that the menu would look more organized and uniform than this. Don't pay any attention to the time; I turned my sleeping pattern completely upside down.
Both the menu and the "task bar" are windows, which also means I now have support for frameless and transparent windows. I need to improve the look of the buttons and let them have a specified width, so that the menu would look more organized and uniform than this. Don't pay any attention to the time; I turned my sleeping pattern completely upside down.
You know your OS is advanced when you stop using the Intel programming guide as a reference.
- BrightLight
- Member
- Posts: 901
- Joined: Sat Dec 27, 2014 9:11 am
- Location: Maadi, Cairo, Egypt
- Contact:
Re: What does your OS look like? (Screen Shots..)
Fast forward about 2 hours later from my previous post.
A video is more fun than a screenshot. But here's a screenshot anyway:
A video is more fun than a screenshot. But here's a screenshot anyway:
You know your OS is advanced when you stop using the Intel programming guide as a reference.
Re: What does your OS look like? (Screen Shots..)
I recommend looking at a colour palette, or using some algorithm so that you can pick colours that go well together. http://www.colourlovers.com/omarrx024 wrote:Fast forward about 2 hours later from my previous post.
A video is more fun than a screenshot. But here's a screenshot anyway:
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
-
- Member
- Posts: 71
- Joined: Wed Jan 25, 2017 3:37 pm
Re: What does your OS look like? (Screen Shots..)
Simple UI demo.
Full text mode, 16 colors.
Full text mode, 16 colors.
- zesterer
- Member
- Posts: 59
- Joined: Mon Feb 22, 2016 4:40 am
- Libera.chat IRC: zesterer
- Location: United Kingdom
- Contact:
Re: What does your OS look like? (Screen Shots..)
Thanks. Since that post, I've got VBE framebuffer requests working, so hopefully my next screenshots will be a lot prettier.bzt wrote:Don't be so hard on yourself, your OS is really amazing! Yes, we all had bad times, and debugging is a difficult task, but that should not stop you! Sooner or later you'll came around all issues, and that moment will be a memorable one! According to what you have achieved so far, I'm 100% sure it's just a matter of when and not an if!zesterer wrote:Way too much cool on this thread recently, so I'm here to spoil it by showing off my crappy OS.
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
http://zesterer.homenet.org/projects.shtml