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

dseller wrote: No offense, but, isn't that kinda not OS development anymore? That is simply user mode application development.
don't be jealous, maybe somewhen you will be having your own TCP/IP stack done too. :P
Graphical Subsystem and Networking - are the biggest challenges for OS development. Are the most complicated "devices" for OS to manage.
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).
onur
Posts: 4
Joined: Wed May 31, 2017 6:49 am

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

Post by onur »

loaded a user app and my windows are not blank anymore, yeay ! hope someday in the future I will be doing cool things like omarrx024 :lol:
Image
User avatar
MajickTek
Member
Member
Posts: 101
Joined: Sat Dec 17, 2016 6:58 am
Libera.chat IRC: MajickTek
Location: The Internet
Contact:

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

Post by MajickTek »

onur wrote:loaded a user app and my windows are not blank anymore, yeay ! hope someday in the future I will be doing cool things like omarrx024 :lol:
That is seriously awesome. And all I have is a very simple command-line (shell is at https://GitHub.com/MajickTek/QWERTYSH)
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs

Code: Select all

while ( ! ( succeed = try() ) ); 
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 »

MajickTek wrote:
MajickTek wrote:
(shell is at http://www.GitHub.com/MajickTek/QWERTYSH)
Fancy looking color scheme btw! :wink:
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
Jezze
Member
Member
Posts: 395
Joined: Thu Jul 26, 2007 1:53 am
Libera.chat IRC: jfu
Contact:

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

Post by Jezze »

I haven't posted for a very long time. Just showing off some work on my tiling window manager for Fudge.

Image
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
User avatar
MajickTek
Member
Member
Posts: 101
Joined: Sat Dec 17, 2016 6:58 am
Libera.chat IRC: MajickTek
Location: The Internet
Contact:

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

Post by MajickTek »

Octacone wrote: Fancy looking color scheme btw! :wink:
The screenshot was taken on macOS Sierra (10.12). The shell itself is very cross-platform (still being improved locally, with support for VT-100 escape sequences). The VT-100 version will probably be integrated into the kernel of MajickOS only.
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs

Code: Select all

while ( ! ( succeed = try() ) ); 
Antti
Member
Member
Posts: 923
Joined: Thu Jul 05, 2012 5:12 am
Location: Finland

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

Post by Antti »

Jezze wrote:I haven't posted for a very long time. Just showing off some work on my tiling window manager for Fudge.
Looks nice and professional. I did not know you are still active in this scene. Keep up the good work!
User avatar
jojo
Member
Member
Posts: 138
Joined: Mon Apr 18, 2016 9:50 am
Libera.chat IRC: jojo
Location: New York New York

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

Post by jojo »

I haven't posted for a very long time. Just showing off some work on my tiling window manager for Fudge.
Please tell me that it was not by sheer coincidence that you decided to include 'Alt-J' as a key combo.
User avatar
Jezze
Member
Member
Posts: 395
Joined: Thu Jul 26, 2007 1:53 am
Libera.chat IRC: jfu
Contact:

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

Post by Jezze »

Antti wrote:Looks nice and professional. I did not know you are still active in this scene. Keep up the good work!
Thanks Antti! Yeah I'm lurking here from time to time.
jojo wrote:Please tell me that it was not by sheer coincidence that you decided to include 'Alt-J' as a key combo.
Haha didn't think of that. I do like the band though :)
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
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 »

I am so jealous of you all.

Tupai, now on it's 6th rewrite, can properly load, parse and mount an initrd into the filesystem. I have multi-threading and physical memory mapping working, and I'm close to having ring-0 processes & elf loading working. The OS works on i386 and amd64, and is in the process of being ported to the Raspberry Pi.
Screenshot from 2017-06-30 00-45-43.png
https://gitlab.com/zesterer/tupai/tree/dev
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
petya
Posts: 5
Joined: Sat Jul 01, 2017 5:38 pm
Contact:

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

Post by petya »

Image
Last edited by petya on Sat Jul 22, 2017 6:50 am, edited 1 time in total.
User avatar
Ch4ozz
Member
Member
Posts: 170
Joined: Mon Jul 18, 2016 2:46 pm
Libera.chat IRC: esi

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

Post by Ch4ozz »

petya wrote:...
By far the best meme I saw within a week :D
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 »

petya wrote:...
This made my day. May I have a download?
"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
petya
Posts: 5
Joined: Sat Jul 01, 2017 5:38 pm
Contact:

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

Post by petya »

cheapskate01 wrote:
petya wrote:...
This made my day. May I have a download?
Not yet.

Another screenshot:
Image
Last edited by petya on Sat Jul 22, 2017 6:49 am, edited 1 time in total.
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 »

petya wrote:...
Tilde is having a hearth attack... :P
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Post Reply