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.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

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

Post by Mikemk »

I even added a game of life simulator!
This looks like a osdev Picasso. How do you play?
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

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

Post by Mikemk »

A few screenshots. This interface is just to test hardware interfaces. It will change.
My clock works.
My clock works.
My key handling is nearly finished.  No arrow keys yet.  Also, I meant to type, YAY!, not YEAH
My key handling is nearly finished. No arrow keys yet. Also, I meant to type, YAY!, not YEAH
It likes me to know when I make a mistake...
It likes me to know when I make a mistake...
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
Prochamber
Member
Member
Posts: 100
Joined: Wed Mar 13, 2013 2:27 am

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

Post by Prochamber »

Here's some shots of an operating system I'm working on called TachyonOS.
It uses a text-mode menu based system but has good graphics API as well.
Attachments
A graphics test of random triangles on random filled rectangles.
A graphics test of random triangles on random filled rectangles.
Text editor, based on Nano.
Text editor, based on Nano.
The central application menu.
The central application menu.
TachyonOS - Violates causality on 95% of attempts. Runs at approximately 1.5c.
Antti
Member
Member
Posts: 923
Joined: Thu Jul 05, 2012 5:12 am
Location: Finland

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

Post by Antti »

@Prochamber: Your latest "The central application menu." screenshot is excellent! I do not know why but it looks very professional. Very polished and easy to use.
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

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

Post by Kazinsal »

Antti wrote:@Prochamber: Your latest "The central application menu." screenshot is excellent! I do not know why but it looks very professional. Very polished and easy to use.
Agreed, it's quite an improvement on MikeOS's simple file browser dialog as an application menu.

@Prochamber: Does the central application menu read app names from the apps themselves or are they hardcoded in?
Prochamber
Member
Member
Posts: 100
Joined: Wed Mar 13, 2013 2:27 am

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

Post by Prochamber »

I think a simple, easy to use interface is very important to any operating system. It's the first thing the
user sees and it makes an important first impression.
Blacklight wrote:
Antti wrote:@Prochamber: Your latest "The central application menu." screenshot is excellent! I do not know why but it looks very professional. Very polished and easy to use.
Agreed, it's quite an improvement on MikeOS's simple file browser dialog as an application menu.
Every time I see the horrible colour combinations of MikeOS I die a little inside... :D

Seriously though, it's good that MikeOS has so many great user interface components.
The first thing I did when I ported MikeOS was create a new interface, I wanted it to look more like
the start menu you see in GNOME or KDE, with application names rather than file names and
have submenus and mix system commands with programs. I spend a long time figuring
out the right colour combination.

One of my favorite things about the interface is that you can make custom background through the
picture editor.
Blacklight wrote:@Prochamber: Does the central application menu read app names from the apps themselves or are they hardcoded in?
Actually, it's a hard coded list at the moment. However it would be fairly easy to make it run off a file. I could add this to build #6 that I'm
currently working on.

I have a google code at: https://code.google.com/p/tachyon-os/
Attachments
One of the games from the entertainment menu.
One of the games from the entertainment menu.
TachyonOS [Running] - Oracle VM VirtualBox_068.png (10.55 KiB) Viewed 5148 times
TachyonOS - Violates causality on 95% of attempts. Runs at approximately 1.5c.
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

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

Post by Kazinsal »

It's not a terrible lot compared to some of the OSes on here, but here's BlacklightEVO.

Image

The graphical mode is set through VirtualBox's display adapter interface the same way as the official VirtualBox Guest Additions drivers set it.

I'm incredibly tired, and incredibly pleased with it.
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 »

Slowly, but surely, getting Vim running:

Image
User avatar
sortie
Member
Member
Posts: 930
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

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

Post by sortie »

Oh, yeah. I ported Quake to my OS. Since a video is more powerful than mere screenshots, here's a video of it in action:

https://www.youtube.com/watch?v=mPjwjZGoYrU&hd=1
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 »

Here is mine - TeraOS.
I have blanked out my real name, as I am only 14.
The first is build 5, and the next is build 50.
Build 5 was extremley poor, no CLI working.

Build 10 had CLI functionality.
Build 25 ran on real PCs (fxrstor thing in IRQ handler causing fault).
Build 52ish introduced program loading.

Current build: 65.
The logo in graphics mode is copyright me, by the way.

The OS is written in C++, and uses polymorphism.
Here is build 5 (befor I had a working command line)
Here is build 5 (befor I had a working command line)
This is my WIn8 lock screen, featuring 2 pictures of my OS (build 50). Working CLI,, and VGA graphics.
This is my WIn8 lock screen, featuring 2 pictures of my OS (build 50). Working CLI,, and VGA graphics.
Whoever said you can't do OS development on Windows?
https://github.com/ChaiSoft/ChaiOS
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 »

With a few hacks here and there, Vim, in full 256-color theme and syntax-hilighting goodness:

Image

It has been a productive morning.
User avatar
sortie
Member
Member
Posts: 930
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

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

Post by sortie »

With a bit of effort hacking around their terrible build system (at least for cross-compiling purposes and because their ./configure works in non-standard ways, that their assembly is written in yasm..., and they do a few bad things), I managed to port libav to my operating system. I hacked together a quick and dirty video playing using libavcodec, libavformat and libswscale and the result is that I can now play videos under my operating system! It even runs smoothly under virtualbox, besides the occasional crash:

Image

Image
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 »

Here is my OS as it currently stands.

I need to find time to get back into it.

Multitasking Acorn MOS imitation which has FAT32 and ISO9660 support (with long filename support). Loadable kernel modules, commandline with programs.
Filesystem access available to those programs.
Attachments
Filesystem test program
Filesystem test program
Directory enumeration test program
Directory enumeration test program
Boot sequence and shell
Boot sequence and shell
phillid
Member
Member
Posts: 58
Joined: Mon Jan 31, 2011 6:07 pm

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

Post by phillid »

That looks very nice, brain. I like the use of just three simple colours - black, grey and yellow.
phillid - Newbie-ish operating system developer with a toy OS on the main burner
FusT
Member
Member
Posts: 91
Joined: Wed Sep 19, 2012 3:43 am
Location: The Netherlands

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

Post by FusT »

I'll join the fun.

My OS has no name (yet) but it works.
Nothing fancy, it has multitasking, paging and usermode support.
It also has a simple implementation of printf() and some pipe support I've been working on for my keyboard.

Pipe, kopen and kprintf tests:
Image

Simple built-in kernel commandline with built-in ls and cat support:
Image

Still working on multiple task/process support and ELF loading routines but even with my limited amount of time it's getting somewhere.
Post Reply