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
Creature
Member
Member
Posts: 548
Joined: Sat Dec 27, 2008 2:34 pm
Location: Belgium

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

Post by Creature »

Combuster wrote:
jal wrote:Or, less difficult, run in an emulator or virtual machine.
Which obviously doesn't have the features I want to show off :wink:
I'm guestimating, if it works out for you, we're going to get to see some Über-advanced OpenGL stuff on real hardware ;)?
When the chance of succeeding is 99%, there is still a 50% chance of that success happening.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

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

Post by Combuster »

You're close, but lets start small with multihead support, ok? :wink:
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

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

Post by jal »

i586coder wrote:well i had no choice since, my ps2 mouse driver can't work on any emulator except real hardware
Que? How unusual, usually it's the other way around. Have you found out why this is?


JAL
User avatar
i586coder
Member
Member
Posts: 143
Joined: Sat Sep 20, 2008 6:43 am

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

Post by i586coder »

jal wrote: Que? How unusual, usually it's the other way around. Have you found out why this is?

JAL
I have no idea why this happened to me, but i think something related to I/O delay under emulators. :!: :!:

the main code for my ps2 mouse driver is from http://www.ragestorm.net/sample?id=49

i used the code and make many changes to run independent on OS (because i'm OS :D ),and add some code to handle scroll.

even the original source code not working in any emulator, i tried sunVM,micro$oftVM,VMware,and boches ,all gives the same result,not only for my OS,but also for FREEDOS,i created an image for FREEDOS containing TC and compiled the source code and run the executable and completely failed , but the very interested part is the code is just run perfectly on any real hardware :?:

CheerS,
a.T.d
Distance doesn't make you any smaller,
but it does make you part of a larger picture.
blah569
Posts: 16
Joined: Wed Feb 07, 2007 9:57 pm
Location: America
Contact:

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

Post by blah569 »

Not too much at the moment, just a simple interface that loads objects.

edit1: Haha, I guess I was feeling dyslexic that night, needs to be 31 and not 13.

Image

Image

Image

^^^ Need to fix the repeated text at the top, it's a small error and ignored for now. Also, the feliz_chk is just concept for now, networking, sound, etc is not complete yet.

Pretty basic, but I've been working on it a lot for the past few days.
There's no place like 127.0.0.1.
User avatar
BastetFurry
Posts: 4
Joined: Sun Nov 01, 2009 4:36 pm

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

Post by BastetFurry »

Some 8 bit fun on ye olde Master System.

Will be GPLed on first release because i believe that at least the kernel of an OS should be open.
Attachments
smsos(2).png
smsos(2).png (999 Bytes) Viewed 6647 times
smsos(1).png
smsos(1).png (1.51 KiB) Viewed 6642 times
smsos(0).png
smsos(0).png (904 Bytes) Viewed 6643 times
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

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

Post by Dex »

@BastetFurry, Cool nice to see something a bit differant.
User avatar
Firestryke31
Member
Member
Posts: 550
Joined: Sat Nov 29, 2008 1:07 pm
Location: Throw a dart at central Texas
Contact:

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

Post by Firestryke31 »

A preliminary screenshot of the latest iteration of my OS, "Socks."
SocksPrelim.png
I've got physical/virtual memory management, a simple initial display driver, and have just implemented ISR support. Next I have to implement the system call interface so I can get the IPC system running so I can get the driver interface set up.

The initial display driver, simple kernel heap, and physical memory manager are all C++ classes. The display driver even uses << for text and integers.
Owner of Fawkes Software.
Wierd Al wrote: You think your Commodore 64 is really neato,
What kind of chip you got in there, a Dorito?
User avatar
i586coder
Member
Member
Posts: 143
Joined: Sat Sep 20, 2008 6:43 am

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

Post by i586coder »

well done =D> =D> =D>

your project support my opinion that some users in this forum writes OS for old stuff like 8 bit micro controller "Z80"

take a look at such project
http://en.wikipedia.org/wiki/SymbOS

i look forward to see more =D>

CheerS :mrgreen: ,
a.T.d
Distance doesn't make you any smaller,
but it does make you part of a larger picture.
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 »

Acess2 - It's semi-stable (hard to crash on bochs without writing a new application)

There's a lot going on behind the scenes here (most of which is logged to the Bochs Console and to VT7)

I have FAT and EXT2 support, a very stable VFS and a NE2000 driver
Attachments
My basic `ls` command showing the /Acess/Bin and /Acess/SBin directories
My basic `ls` command showing the /Acess/Bin and /Acess/SBin directories
Initial shell showing the root and the mount command
Initial shell showing the root and the mount command
Login prompt, At the moment it just checks the username
Login prompt, At the moment it just checks the username
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
mynameisteddy
Posts: 6
Joined: Sat Nov 07, 2009 11:53 pm
Location: Hawaii

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

Post by mynameisteddy »

looks cool dude :D. can't wait till i can post screenies here, but i think ill wait till i get my darned A20 enable to work so i can draw to the entire screen. lol.
in about 5 years, Bill Gates can suck on 32 bits of hardcore OS. :D.

a wise man once said, "If you ran without sacrifice, congratulations, you just jogged." -- cross country and track for life!!!!
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's mine so far :)

I'm going to restart the old tradition of showing panic screens with my first screenshot. Intentional panic with a bit of bad pointer voodoo just to cause this screen :)
Attachments
lolhomer.png
User avatar
IanSeyler
Member
Member
Posts: 326
Joined: Mon Jul 28, 2008 9:46 am
Location: Ontario, Canada
Contact:

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

Post by IanSeyler »

brain wrote:I'm going to restart the old tradition of showing panic screens with my first screenshot. Intentional panic with a bit of bad pointer voodoo just to cause this screen :)
Image

Just a boring register dump but some color has been added now. After any exception the CLI is restarted.
BareMetal OS - http://www.returninfinity.com/
Mono-tasking 64-bit OS for x86-64 based computers, written entirely in Assembly
matio
Posts: 9
Joined: Mon Aug 17, 2009 1:37 am

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

Post by matio »

Next up, keyboard support!
Attachments
My brilliant do-nothing OS (if you can call it that)
My brilliant do-nothing OS (if you can call it that)
Screenshot-QEMU.png (5.44 KiB) Viewed 5115 times
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

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

Post by Combuster »

earlz wrote:
matio wrote:Next up, keyboard support!
I find it hilarious that you have multitasking, but no keyboard support
If you want someone to laugh at, I have hardware 3d support but no proper keyboard driver :wink:

Edit (to stay on-topic):
Image
Manual boot-time device configuration. You'll probably notice that there's a lot of drivers somewhere on the TODO list :wink:
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply