Page 106 of 262

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

Posted: Thu Apr 24, 2014 1:51 pm
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

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

Posted: Thu May 01, 2014 7:40 am
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> ".

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

Posted: Thu May 01, 2014 10:09 am
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.

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

Posted: Fri May 02, 2014 1:45 am
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

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

Posted: Fri May 02, 2014 10:49 pm
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.

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

Posted: Sat May 03, 2014 5:03 am
by Combuster
Bender wrote:Sorry klange, didn't get anything better. #-o
It's dangerous to go alone. take this

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

Posted: Sat May 03, 2014 9:04 pm
by digo_rp
Hi all, now I have all hardware interrupts working on vm86 mode!!! :D

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

Posted: Sun May 04, 2014 3:11 pm
by Peterbjornx
Just got my execve() syscall to work, although im still having trouble enabling the newlib wrappers for it...
Image

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

Posted: Sun May 04, 2014 3:15 pm
by Peterbjornx
For people with lower resolutions, a crop from the above:

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

Posted: Fri May 09, 2014 6:07 pm
by Lionel
I guess I'll put some pictures of Beryllium^2 here
Image
And serial output:
Image

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

Posted: Sun May 11, 2014 12:34 am
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.)

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

Posted: Mon May 12, 2014 2:02 pm
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.

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

Posted: Sat May 17, 2014 4:04 pm
by klange
I made an IRC client... sort of.

Image

Update:

Image

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

Posted: Tue May 20, 2014 8:05 am
by Peterbjornx
My OS running gcc, busybox (ed + ash shown here) and a program written and compiled on my OS

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

Posted: Wed May 21, 2014 12:03 pm
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