What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
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:
SAUCE CD IV - The most schwaaay OS.
Re: What does your OS look like? (Screen Shots..)
You really should put there something like "SauceOS> " or "Shell> ".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:
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
- Alan Kay
Re: What does your OS look like? (Screen Shots..)
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.Roman wrote:You really should put there something like "SauceOS> " or "Shell> ".
Re: What does your OS look like? (Screen Shots..)
- Bender
- 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..)
I just wrote a very rudimentary TUI Library. (start of my dream text-mode Window manager maybe )
Sorry klange, didn't get anything better.
I preferred to switch back to 80x25 text mode too.
Sorry klange, didn't get anything better.
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)
(R3X Runtime VM)(CHIP8 Interpreter OS)
- Combuster
- 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..)
It's dangerous to go alone. take thisBender wrote:Sorry klange, didn't get anything better.
Re: What does your OS look like? (Screen Shots..)
Hi all, now I have all hardware interrupts working on vm86 mode!!!
-
- 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..)
Just got my execve() syscall to work, although im still having trouble enabling the newlib wrappers for it...
-
- 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..)
For people with lower resolutions, a crop from the above:
- Lionel
- 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..)
I guess I'll put some pictures of Beryllium^2 here
And serial output:
And serial output:
- Prostyle44
- Posts: 15
- Joined: Sun May 11, 2014 12:16 am
Re: What does your OS look like? (Screen Shots..)
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..)
You know, I usually do. I don't remember why I didn't here, maybe I just forgot.CWood wrote: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.Roman wrote:You really should put there something like "SauceOS> " or "Shell> ".
SAUCE CD IV - The most schwaaay OS.
-
- 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..)
My OS running gcc, busybox (ed + ash shown here) and a program written and compiled on my OS
- Attachments
-
- pos3.png (7.66 KiB) Viewed 5467 times
- max
- 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..)
Awesome!!Peterbjornx wrote:My OS running gcc, busybox (ed + ash shown here) and a program written and compiled on my OS
Well I just started developing my window server