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

That's one of the reasons I'm not fond of these POSIX OSes...
There is nothing wrong with "POSIX OSes"
Let's not start a pointless argument here. [-X
Edit: offtopic content removed
"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 »

Combuster wrote:Edit: offtopic content removed
I agree, but then be fair and delete my first post and Brynet's reaction to it as well (and this post, for that matter). Now it ends with Brynet accusing me of something I didn't do, and my explanation of what I actually ment deleted.


JAL
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

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

Post by eddyb »

Some old GUI try...(Is not the OS that I develop now)
this is it, the cursor could move ;)
this is it, the cursor could move ;)
User avatar
cr2
Member
Member
Posts: 162
Joined: Fri Jun 27, 2008 8:05 pm
Location: ND, USA

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

Post by cr2 »

Well, here's my current panic screen. Its not much, but at least it works.
Attachments
panic_screen.jpg
OS-LUX V0.0
Working on...
Memory management: the Pool
User avatar
kmtdk
Member
Member
Posts: 263
Joined: Sat May 17, 2008 4:05 am
Location: Cyperspace, Denmark
Contact:

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

Post by kmtdk »

Well, my os is not as far, as the most of your all.
but still i want to post the screenshoots.
"this is only showen, if you press esc, under startup." the same is for the other pic.
"this is only showen, if you press esc, under startup." the same is for the other pic.
this is the shell component.<br />all the show commands work, also on real hardware
this is the shell component.
all the show commands work, also on real hardware
The filesystem: is my own
KMt dk
well, what to say, to much to do in too little space.
when it goes up hill, increase work, when it goes straight, test yourself but when going down, slow down.
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 »

Here is mine. Progressing slowly but it is now possible to load programs from the hard drive for execution.
Screenshot of BareMetal OS
Screenshot of BareMetal OS
BareMetal OS - http://www.returninfinity.com/
Mono-tasking 64-bit OS for x86-64 based computers, written entirely in Assembly
Uranium
Posts: 16
Joined: Fri Jul 04, 2008 8:00 am

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

Post by Uranium »

DarkTerminal V1.0
Attachments
Game menu.
Game menu.
froggey
Member
Member
Posts: 38
Joined: Tue Oct 17, 2006 10:21 pm
Location: Hampshire, UK

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

Post by froggey »

Meander, current development version.
That's 3 separate terminals running bash and nano.
And yes! I know there are no window borders! :)
Attachments
meander-2.png
meander-2.png (9.23 KiB) Viewed 7112 times
PHPnerd
Member
Member
Posts: 34
Joined: Mon Nov 05, 2007 11:15 am
Location: The Netherlands
Contact:

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

Post by PHPnerd »

Nice, but there are no window borders :p

My OS is nothing yet, it only give triple fault.

// PHPnerd
Jinix
User avatar
karloathian
Posts: 22
Joined: Fri Mar 28, 2008 12:09 am

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

Post by karloathian »

Uranium wrote:DarkTerminal V1.0
If you don't mind me asking what is your OS project?
souradipm
Posts: 22
Joined: Fri Aug 15, 2008 10:08 am

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

Post by souradipm »

Hi,
My 'OS' hasn't yet got cool features like multitasking, user-mode, or a gui. However, what I do have is good, and since I am not basing any of my code off tutorials, like some people here, development is slow-going, even with 2 weeks of spare time. Sometimes i get bored debugging my OS after countless attempts to fix bugs, but most of these are silly ones like forgetting to copy it to the floppy, or vfd not overwriting the old file as it is supposed to, but I have got a (very) stable shell, and I recently implemented a vfs. I havent added sub-directory browsing support, but I feel more in control of development if i finish one thing properly before moving on. Anyway, enough of that, and here are some screenshots. (Oh and btw, I havent added any disk reading/writing so all the files/directories are generated at startup by the kinit() function)

~souradipm
The help screen. Just started the os up and typed help an then pressed enter
The help screen. Just started the os up and typed help an then pressed enter
Here, I have rebooted the os and executed some read commands (reading a file off the vfs) and a dir command (directory listing - from DOS)
Here, I have rebooted the os and executed some read commands (reading a file off the vfs) and a dir command (directory listing - from DOS)
Here, some other commands are shown, like time and ver.
Here, some other commands are shown, like time and ver.
Max attachments are 3, so one final one on imageshack ;)
Comment: OK, here I just went crazy with mixing upper and lower cases. Just shows how robust my shell is :P
Image
Uranium
Posts: 16
Joined: Fri Jul 04, 2008 8:00 am

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

Post by Uranium »

DarkTerminal is a games console.
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

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

Post by Troy Martin »

-
Last edited by Troy Martin on Sun Nov 23, 2008 11:25 am, edited 4 times in total.
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
salil_bhagurkar
Member
Member
Posts: 261
Joined: Mon Feb 19, 2007 10:40 am
Location: India

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

Post by salil_bhagurkar »

This is the matrix running, with each line of 0s and 1s being an individual thread.... =D>
Attachments
Matrix!!!
Matrix!!!
wndproc
Posts: 20
Joined: Sat Feb 02, 2008 3:02 pm
Location: Austria

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

Post by wndproc »

Well, what might the OS of a graphics geek look like? Here an early version of my OS compiled as an *.obj (Wavefront) file viewer.
Attachments
OS.JPG
Post Reply