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

I don't have any fancy GUI going on (except some games) and a simple screenshot of a text mode buffer wouldn't really do my OS justice. I recorded a video of me toying a bit with a compiler. It's a month old so a few things have changed and bugs have been fixed, but perhaps it is interesting.

https://www.youtube.com/watch?v=IutwBEVNQ-s
andyharglesis
Posts: 11
Joined: Thu Jan 03, 2013 4:40 pm

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

Post by andyharglesis »

Here is the latest screenshot of my operating system.

I think I'm getting somewhere soon, but anyways here's the link below to the pic:

http://imageshack.us/f/268/myoperatingsystembootin.jpg/
sounds
Member
Member
Posts: 112
Joined: Sat Feb 04, 2012 5:03 pm

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

Post by sounds »

That's funny!
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 »

GigaOS running at 800x600x8BPP.
Image
User avatar
alix
Posts: 12
Joined: Tue Nov 13, 2012 3:56 pm

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

Post by alix »

This is a screenshot of my OS. ls code taken from minix-2 compiled with newlib.
Filesystem is minix-2 which i wrote a driver for it from scratch, the driver supports minix-1 and 2 filesystems, i'll maybe write a wiki page soon about this very basic and easy filesystem.
Attachments
My kernel, after two months of developments
My kernel, after two months of developments
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

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

Post by feare56 »

Here is a picture of "Flow" version 0.0.32 pre-alpha. There is of course a lot of improvements that could be done like a filesystem, a makefile, and a program loading. This is just a very basic kernel at the moment. I will probably get the filesystem and a program loaded in version 0.0.4. This project is only 2 weeks old so that is why I don't have a lot of commands and lack of features.
Attachments
Flow.png
Flow.png (9.19 KiB) Viewed 6013 times
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 »

I am working on a GUI toolkit:

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 »

I began work on my windowing system. Currently, it's just a single process that draws something that looks like an UI and supports some keyboard commands for switching/moving/resizing windows. It's a bit simpler to design a compositor without all that IPC complexity. Though, it'll be fun when I finally do get a multi-process desktop environment going. Following tradition, here's a screenshot with transparent windows and a nyancat.

Image
rdos
Member
Member
Posts: 3234
Joined: Wed Oct 01, 2008 1:55 pm

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

Post by rdos »

Diagnostic function for Intel HD Audio chips: (cannot create screenshots of text-mode, so I just use a code section of the actual output)

Code: Select all

z:\>audio
Audio device: 0
Codec device: 0
  2: Audio Out
  3: Audio Out
  6: Audio Out
  8: Audio In (35)
  9: Audio In (34)
 11: Audio Mixer (24, 26, 27)
 12: Audio Mixer (2, 11)
 13: Audio Mixer (3, 11)
 15: Audio Mixer (2, 11)
 18: Fixed, ATAPI, Mic, ATAPI
 20: Fixed, ATAPI, Speaker, ATAPI (12, 13)
 23: Pin (15)
 24: Jack, Left, Mic, 1/8'', Black, Not connected (13)
 26: Pin, Headphone (12, 13)
 27: Pin (12, 13)
 30: Pin (6)
 33: Jack, Left, HP out, 1/8'', Black, Headphone, Not connected (12, 13)
 34: Audio Selector (24, 26, 27, 11, 18)
 35: Audio Mixer (24, 26, 27, 11)
My desktop Athlon looks so much simpler:

Code: Select all

Audio device: 0
Codec device: 0
  2: Audio Out
  3: Audio Out
  4: Audio Out
  5: Audio Out
  6: Audio Out
  8: Audio In (35)
  9: Audio In (34)
 10: Audio In
 11: Audio Mixer (24, 25, 26, 27, 20, 21, 22, 23)
 12: Audio Mixer (2, 11)
 13: Audio Mixer (3, 11)
 14: Audio Mixer (4, 11)
 15: Audio Mixer (5, 11)
 16: Audio Out
 20: Jack, Rear, Line out, 1/8'', Green, Headphone, Connected (12)
 21: Jack, Rear, Line out, 1/8'', Black, Not connected (13)
 22: Jack, Rear, Line out, 1/8'', Orange, Not connected (14)
 23: Jack, Rear, Line out, 1/8'', Grey, Not connected (15)
 24: Jack, Rear, Mic, 1/8'', Pink, Not connected (12, 13, 14, 15, 38)
 25: Jack, Front, Mic, 1/8'', Pink, Headphone, Not connected (12, 13, 14, 15, 38)
 26: Jack, Rear, Line in, 1/8'', Blue, Not connected (12, 13, 14, 15, 38)
 27: Jack, Front, HP out, 1/8'', Green, Headphone, Not connected (12, 13, 14, 15, 38)
 34: Audio Mixer (24, 25, 26, 27, 20, 21, 22, 23, 11)
 35: Audio Mixer (24, 25, 26, 27, 20, 21, 22, 23, 11)
 37: Audio Out
 38: Audio Mixer (37, 11)
thegreatstudio
Posts: 10
Joined: Fri Feb 08, 2013 1:52 am

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

Post by thegreatstudio »

I use assembly to make my kernel join my group in http://www.isaaxorg.webs.com btw thx to OSdev for teaching me!!
Attachments
isaaxos.PNG
I am the creator of Isaac OS based on debian and LICENSED.
User avatar
Coty
Member
Member
Posts: 286
Joined: Thu Feb 12, 2009 5:12 pm

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

Post by Coty »

Just kinda picked back up on OSdeving (kinda on again off again), nothing great and still very buggy, but it's progress :P

Image

At this point I'm questioning re-writting in in C or C++ (99% 32bit ASM at this point) Looking towards 64bit, and it would just be easier to re-write it #-o
My hero, is Mel.
sandras
Member
Member
Posts: 146
Joined: Thu Nov 03, 2011 9:30 am

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

Post by sandras »

I like the subtly different line colors.
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

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

Post by thepowersgang »

Well, here's another of my (slightly prettier now) GUI.

I've been cleaning up my image loader code (still uses a custom format, probably until I get libpng compiled correctly) and adding icons to my 'text editor' (which can't edit text)
Attachments
Acess2 ATE Icons.png
Acess2 ATE Icons.png (6.09 KiB) Viewed 4755 times
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
User avatar
farlepet
Posts: 13
Joined: Sun Dec 30, 2012 12:52 pm

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

Post by farlepet »

I have a few more screenshots to show you guys.

I added some CPU identification, and it detects the CPU's features, so i can start working on SSE, MMX, etc... (Which I have already done for a memclr function, and a little on a memcpy function) I also increased the resolution to 90x60 (hope it doesnt break compatability with some computers....)

I also added some support for directories in the CPIO initrd (before it treated directories as files) and some commands to find the CRC32 and MD5 of a file (I got a bit bored)

And finally, i ported RobotFindsKitten, and its in a binary loaded in the radisk, its technicly a coop multitask-able program, but i just forced it to stay in a loop because I was lazy :P

EDIT: Now I have it start up in 80x25, as the 90x60 broke compatability on a few of my machines...
Attachments
RobotFindsKitten!
RobotFindsKitten!
robotfindskitten.png (6.1 KiB) Viewed 4652 times
Help command and ls command
Help command and ls command
Starting the OS
Starting the OS
Lambda OS:
GitHub: https://github.com/farlepet
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 »

Alright, lacking any real features that are interesting in a screenshot, here are screenshots of the various games I wrote for my OS.

First up, here is a simple two-player pong game.
Image

Shortly after writing that, I added a snake game.
Image

I even added a game of life simulator!
Image

When I got bitmap graphics working, I even added an asteroids clone!
Image

Oh, and this version of my OS was built by a previous version of my OS.
Post Reply