What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
The off-topicness referred to in Combusters post is now here.
Re: What does your OS look like? (Screen Shots..)
Newer screenshot without a crash dump on it, vfs testing
Re: What does your OS look like? (Screen Shots..)
Here's a picture of the integrated debugger in my OS, called GigaOS. That's all it displays for now, but the code can be scrolled using the up, down, page up and page down keys and F8 traces through the code.
Re: What does your OS look like? (Screen Shots..)
All your operating systems are amazing, maybe, just maybe one day I'll be as happy with mine as I am with yours.
Re: What does your OS look like? (Screen Shots..)
Heh, it's just a lot of hard work :).Aphex wrote:All your operating systems are amazing, maybe, just maybe one day I'll be as happy with mine as I am with yours.
JAL
- KotuxGuy
- Member
- Posts: 96
- Joined: Wed Nov 25, 2009 1:28 pm
- Location: Somewhere within 10ft of my favorite chubby penguin!
Re: What does your OS look like? (Screen Shots..)
I'll get pictures of my OS as soon as i have what i want in it(and i do have something )
Give a man Linux, you feed the nearest optician ( Been staring at the PC too long again? ).
Give a man OS X, you feed the nearest NVidia outlet ( I need more GPU power!! )
Give a man Windows, you feed the entire Tylenol company ( Self explanatory )
Give a man OS X, you feed the nearest NVidia outlet ( I need more GPU power!! )
Give a man Windows, you feed the entire Tylenol company ( Self explanatory )
- Alexis211
- Posts: 14
- Joined: Mon Sep 14, 2009 9:19 am
- Libera.chat IRC: lxpz
- Location: France
- Contact:
Re: What does your OS look like? (Screen Shots..)
Time for some new screenshots !
I've added possibility to run ring3 apps, a VESA driver and a start of FAT driver. Unfortunately, VESA hangs on bochs and the floppy driver doesn't work on qemu, so I have no screenshots demonstrating both... yet
Menu for selecting a VESA mode. Support has been added for 8bit, 15bit and 16bit modes.
Melon running in 800x600 VESA mode. This screenshot also shows the ring3 shell in action.
Booting using the FAT floppy as root filesystem
Navigating through the filesystem
Mounting the FAT floppy manually
I've added possibility to run ring3 apps, a VESA driver and a start of FAT driver. Unfortunately, VESA hangs on bochs and the floppy driver doesn't work on qemu, so I have no screenshots demonstrating both... yet
Menu for selecting a VESA mode. Support has been added for 8bit, 15bit and 16bit modes.
Melon running in 800x600 VESA mode. This screenshot also shows the ring3 shell in action.
Booting using the FAT floppy as root filesystem
Navigating through the filesystem
Mounting the FAT floppy manually
Re: What does your OS look like? (Screen Shots..)
Good OS you have, Alexis! I'm also glad to see here other french OS projects.
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
Re: What does your OS look like? (Screen Shots..)
Greetings.
I recently decided to come back to working on my os... it was junk so the past 8 days I made this:
It not very good but its a start next I may try to right a few driver
anyway its in x86 assembly and I still need to right my own boot loader...
I recently decided to come back to working on my os... it was junk so the past 8 days I made this:
It not very good but its a start next I may try to right a few driver
anyway its in x86 assembly and I still need to right my own boot loader...
My hero, is Mel.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: What does your OS look like? (Screen Shots..)
Blue fg on black bg? that's a horrible idea.
Re: What does your OS look like? (Screen Shots..)
Well, I was actually going for a Unix/DexOS look. It is all opinion.
My hero, is Mel.
- Owen
- Member
- Posts: 1700
- Joined: Fri Jun 13, 2008 3:21 pm
- Location: Cambridge, United Kingdom
- Contact:
Re: What does your OS look like? (Screen Shots..)
Unix is usually grey on black; and approximately 3 times as bright. I can't read a word of that, and I have good eyesight and bright monitors.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: What does your OS look like? (Screen Shots..)
You failed.Coddy wrote:Well, I was actually going for a Unix/DexOS look. It is all opinion.
You probably succeeded.Coddy wrote:Well, I was actually going for a Unix/DexOS look. It is all opinion.
No sane person can read dark blue text on a black background, regardless of your opinion.
Re: What does your OS look like? (Screen Shots..)
We use lighter colors and 50 lines
- Attachments
-
- TimeDex.png (2.99 KiB) Viewed 5454 times
Re: What does your OS look like? (Screen Shots..)
Well, if you're sitting in the dark, and just the monitor as light source, it just may work. :)Brynet-Inc wrote:No sane person can read dark blue text on a black background, regardless of your opinion.
JAL