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
FelixBoop
Posts: 13
Joined: Thu Apr 24, 2014 1:35 pm

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

Post by FelixBoop »

This is my OS, Sauce 2. It sucks. Files? What's a files? More than four commands? Insane! Characters like a ">" or a "#" before your words? Preposterous! "Backspace"? You mean you make MISTAKES? Anyway, here it is:

Image
Attachments
My boring useless OS
My boring useless OS
SAUCE CD IV - The most schwaaay OS.
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

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

Post by Roman »

FelixBoop wrote:This is my OS, Sauce 2. It sucks. Files? What's a files? More than four commands? Insane! Characters like a ">" or a "#" before your words? Preposterous! "Backspace"? You mean you make MISTAKES? Anyway, here it is:

Image
You really should put there something like "SauceOS> " or "Shell> ".
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
CWood
Member
Member
Posts: 127
Joined: Sun Jun 20, 2010 1:21 pm

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

Post by CWood »

Roman wrote:You really should put there something like "SauceOS> " or "Shell> ".
Agreed. It makes it easier, looking back over logs, whether the output was generated by the computer or the user, at least in 99% of cases. This may not seem like much now, and indeed the stage your OS is at, it isn't, but believe me it will get useful later on, especially when it comes to logging output.
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 »

Haven't posted new images of running on bare metal in a while, so let's bring this thread back on topic with a cell phone pic of my laptop:

Image
User avatar
Bender
Member
Member
Posts: 449
Joined: Wed Aug 21, 2013 3:53 am
Libera.chat IRC: bender|
Location: Asia, Singapore

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

Post by Bender »

I just wrote a very rudimentary TUI Library. (start of my dream text-mode Window manager maybe :lol:)
Image
:P
Sorry klange, didn't get anything better. #-o
I preferred to switch back to 80x25 text mode too.
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
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 »

Bender wrote:Sorry klange, didn't get anything better. #-o
It's dangerous to go alone. take this
"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 ]
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

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

Post by digo_rp »

Hi all, now I have all hardware interrupts working on vm86 mode!!! :D
Attachments
digos.png
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

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

Post by Peterbjornx »

Just got my execve() syscall to work, although im still having trouble enabling the newlib wrappers for it...
Image
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

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

Post by Peterbjornx »

For people with lower resolutions, a crop from the above:
Attachments
pos_cat_qemu.png
User avatar
Lionel
Member
Member
Posts: 117
Joined: Fri Jul 16, 2010 2:16 pm
Libera.chat IRC: ryanel
Location: California

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

Post by Lionel »

I guess I'll put some pictures of Beryllium^2 here
Image
And serial output:
Image
User avatar
Prostyle44
Posts: 15
Joined: Sun May 11, 2014 12:16 am

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

Post by Prostyle44 »

XtremeOS version 0.1. Written in Pure x86 Assembly and is 8086 compatible. (It is not yet fully completed. There is still a lot of work pending.)
Attachments
Untitled2.jpg
Untitled2.jpg (8.8 KiB) Viewed 5087 times
Untitled.jpg
User avatar
FelixBoop
Posts: 13
Joined: Thu Apr 24, 2014 1:35 pm

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

Post by FelixBoop »

CWood wrote:
Roman wrote:You really should put there something like "SauceOS> " or "Shell> ".
Agreed. It makes it easier, looking back over logs, whether the output was generated by the computer or the user, at least in 99% of cases. This may not seem like much now, and indeed the stage your OS is at, it isn't, but believe me it will get useful later on, especially when it comes to logging output.
You know, I usually do. I don't remember why I didn't here, maybe I just forgot.
SAUCE CD IV - The most schwaaay OS.
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 made an IRC client... sort of.

Image

Update:

Image
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

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

Post by Peterbjornx »

My OS running gcc, busybox (ed + ash shown here) and a program written and compiled on my OS
Attachments
pos3.png
pos3.png (7.66 KiB) Viewed 4602 times
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

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

Post by max »

Peterbjornx wrote:My OS running gcc, busybox (ed + ash shown here) and a program written and compiled on my OS
Awesome!!

Well I just started developing my window server :P
Image
Post Reply