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.
petya
Posts: 5
Joined: Sat Jul 01, 2017 5:38 pm
Contact:

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

Post by petya »

Unsurprisingly this operating system has the usual self-replication ability:

Image
Last edited by petya on Sat Jul 22, 2017 6:50 am, edited 1 time in total.
minixclone45
Posts: 1
Joined: Sat Jul 01, 2017 9:06 am

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

Post by minixclone45 »

Jezze wrote:I haven't posted for a very long time. Just showing off some work on my tiling window manager for Fudge. http://headphonepit.com/best-wireless-headphones
burr grinders
Looks clean and precise. Tried installing Fudge OS a while back got some bugs and gave up on it. Your post has rekindled my interest again and I will give it a second try. I will post screen shots later.
Last edited by minixclone45 on Fri Jun 01, 2018 1:49 am, edited 2 times in total.
User avatar
Sik
Member
Member
Posts: 251
Joined: Wed Aug 17, 2016 4:55 am

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

Post by Sik »

Shhhhhhh =P

Some sort of "safe mode" boot, I guess? Currently there's only a toggle for a debug mode (not for the OS itself, but rather to let apps know whether they should expose debugging controls), though the idea is that there'll be a button to wipe the settings (for the day when they can be saved) in case that rendered the OS unusable. I may add some system information to it as well.

Still not commited to the repo since I'm busy trying to figure out why rebooting from Solitaire leaves me with a blank screen *sigh*

Image
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post by Octacone »

Basic OS Update:
• Ported LibAlloc (Malloc, Free, Realloc and Calloc functions are now available, kernel level allocator)
• Shell Implementation
• Simple Shell Permissions (user and root)
• Switched from an underline to a block cursor

Just a small update, nothing spectacular as you can see.

Image
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
CorruptedByCPU
Member
Member
Posts: 75
Joined: Tue Feb 11, 2014 4:59 pm

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

Post by CorruptedByCPU »

Cyjon OS v0.887, nothing much. Every console window (and subprocess shell) got own keyboard FIFO cache.

https://www.youtube.com/watch?v=XfbQkSzmFTo
https://blackdev.org/ - system programming, my own 64 bit kernel and software.
cheapskate01
Member
Member
Posts: 58
Joined: Sat Aug 01, 2015 9:05 pm

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

Post by cheapskate01 »

akasei wrote:Cyjon OS v0.887, nothing much. Every console window (and subprocess shell) got own keyboard FIFO cache.

https://www.youtube.com/watch?v=XfbQkSzmFTo
Looks very nice, I like the cursor and terminal icon.
"That I'm in forum signatures is just a sign the invasion of sortie is nearing completion. Soon you'll all have to become me to defeat me." ~ Sortie
User avatar
f2
Member
Member
Posts: 311
Joined: Mon Jun 15, 2009 10:01 am
Location: France

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

Post by f2 »

What did your OS looked like a few years ago?

Here was "Hydrogen OS" in 2011. I remember I never posted any screenshot of these versions here.
In the beginnings of the project, it was mainly inspired by Solar_OS, was entirely written in assembly, had a nice and colorful GUI,
had a few apps embedded in the kernel, had no multitasking and no ring 3 protection. It was much a "toy OS", but I still love it and
I really want to resurrect it.
OS Installation
OS Installation
CPU information
CPU information
File Manager
File Manager
Last edited by f2 on Sat Jul 08, 2017 4:49 pm, edited 1 time in total.
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
User avatar
Sik
Member
Member
Posts: 251
Joined: Wed Aug 17, 2016 4:55 am

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

Post by Sik »

I'll take that GUI over the "sterile" look a lot of modern stuff has (my only grip is the lowercase y).
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

f2 wrote:Here was "Hydrogen OS" in 2011.
Looks clean and classic. Very refreshing to see after all the transparency and "flat" user interfaces we (including myself) have now.
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
f2
Member
Member
Posts: 311
Joined: Mon Jun 15, 2009 10:01 am
Location: France

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

Post by f2 »

omarrx024 wrote:
f2 wrote:Here was "Hydrogen OS" in 2011.
Looks clean and classic. Very refreshing to see after all the transparency and "flat" user interfaces we (including myself) have now.
Thank you Omar. Except that "Hydrogen OS" had translucent windows, while Obsidian/f2-OS had not.
Last edited by f2 on Mon Jul 17, 2017 8:00 am, edited 1 time in total.
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post by Octacone »

omarrx024 wrote:
f2 wrote:Here was "Hydrogen OS" in 2011.
Looks clean and classic. Very refreshing to see after all the transparency and "flat" user interfaces we (including myself) have now.
Sik wrote:I'll take that GUI over the "sterile" look a lot of modern stuff has (my only grip is the lowercase y).
I have to agree with you guys about the ways it looks, but if it was 2006. This interface is very retro alike. I have to strongly disagree about using this/any other non minimalistic interface over today's beautiful implementations (expect Windows 10). It is really good, but if it was 2006. Also I think that your blue theme looks epic (f2's old screen shot).
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
zaval
Member
Member
Posts: 647
Joined: Fri Feb 17, 2017 4:01 pm
Location: Ukraine, Bachmut
Contact:

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

Post by zaval »

"expect Windows 10", as it's said - mistyping by Freud. hehe. because doesn't matter if you hate to admit that or not, ALL modern UIs are inspired by Windows. 7 like ot 10 like. It's funny to notice how everybody and his dog is mimicking that look and feel, and still strongly disagrees it is taken from there. that stupid hatred. :)
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).
cheapskate01
Member
Member
Posts: 58
Joined: Sat Aug 01, 2015 9:05 pm

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

Post by cheapskate01 »

zaval wrote:"expect Windows 10", as it's said - mistyping by Freud. hehe. because doesn't matter if you hate to admit that or not, ALL modern UIs are inspired by Windows. 7 like ot 10 like. It's funny to notice how everybody and his dog is mimicking that look and feel, and still strongly disagrees it is taken from there. that stupid hatred. :)
I've not gotten far enough in my OS to implement a gui, but I've been working on flat design concepts inspired more by BeOS than anything else.
"That I'm in forum signatures is just a sign the invasion of sortie is nearing completion. Soon you'll all have to become me to defeat me." ~ Sortie
User avatar
Sik
Member
Member
Posts: 251
Joined: Wed Aug 17, 2016 4:55 am

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

Post by Sik »

Octacone wrote:I have to agree with you guys about the ways it looks, but if it was 2006. This interface is very retro alike. I have to strongly disagree about using this/any other non minimalistic interface over today's beautiful implementations (expect Windows 10). It is really good, but if it was 2006.
One thing is clean, but I'm tired of the completely flat color stuff we have nowadays (at least make widgets look like they have some volume, jeez (・~・)). Also I bet that the main reason those old pics feel outdated is because of the VGA-like pixelart font and missing a wallpaper (I'm still surprised just how much a wallpaper can change the perception of an OS).
zaval wrote:"expect Windows 10", as it's said - mistyping by Freud. hehe. because doesn't matter if you hate to admit that or not, ALL modern UIs are inspired by Windows. 7 like ot 10 like. It's funny to notice how everybody and his dog is mimicking that look and feel, and still strongly disagrees it is taken from there. that stupid hatred. :)
With Windows 8 they were trying to gimmick iOS (where flat was the brand new thing at the moment). And a bunch of UIs are inspired by Macs =P

Also since I'm required to leave screenshots here:

Image
User avatar
zesterer
Member
Member
Posts: 59
Joined: Mon Feb 22, 2016 4:40 am
Libera.chat IRC: zesterer
Location: United Kingdom
Contact:

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

Post by zesterer »

Sik wrote:Also since I'm required to leave screenshots here:
Image
Your card work is paying off.
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
Post Reply