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.
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

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

Post by Kevin »

klange wrote:Just to get us back on topic...
Do you really think that a simple "Hello World" will impress anyone? :P

Your progress is pretty awesome. Almost close to be usable in practice I guess?
Developer of tyndur - community OS of Lowlevel (German)
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

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

Post by pcmattman »

I have a Netsurf (SDL browser) port :)

Image

My TCP stack is a little unreliable and my port of Netsurf falls over on gzip compression, sadly... otherwise I'd be trying to post a screenshot of the osdev.org forums :).
User avatar
lkurusa
Member
Member
Posts: 42
Joined: Wed Aug 08, 2012 6:39 am
Libera.chat IRC: Levex
Location: New York, NY
Contact:

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

Post by lkurusa »

Just implemented DLL exporting and app importing in the PE format. :)
Image
Cheers,

Lev
ThomasRain
Posts: 1
Joined: Sun Jun 30, 2013 12:45 pm

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

Post by ThomasRain »

Brynet-Inc wrote:Indeed, I recall your project as well.

Welcome to the forums Andy.
UNIX&BSD's, are what every OS should aspire to be! 8)
Windows, are an opening in an otherwise solid and opaque surface through which
flashlight and, sometimes, even air can pass through; nothing more.
Hello, I'm new here! I'll share my own screen shot very soon :-)
Last edited by ThomasRain on Mon Jul 08, 2013 9:55 am, edited 1 time in total.
User avatar
demonkoryu
Posts: 10
Joined: Sat Sep 18, 2010 2:31 am
Location: Dortmund, Germany

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

Post by demonkoryu »

Kevin wrote:
klange wrote:Just to get us back on topic...
Do you really think that a simple "Hello World" will impress anyone? :P
QFE. [-X =P~
zxm
Posts: 4
Joined: Sun Oct 07, 2012 2:42 pm

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

Post by zxm »

I'm working on rpi os. I spent a week searching for a bug that triggers abort exception on my printk, and it was just aligment between sections... :S
So now, i can start working on irqs, it seems to be easier than versatilepb, actually rpi has no irq controller as vic.
Image
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 don't know why it took so long for me to realize I should do this, but I added support to my compositor to take screenshots of individual windows as PNGs, so I can get OS X -esque screenshots with the full decorations and transparency of the windows. This is the first native screenshot from とあるOS:

Image

My filesystem drivers are still wonky, so this was specially exported to a raw disk.
Nable
Member
Member
Posts: 453
Joined: Tue Nov 08, 2011 11:35 am

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

Post by Nable »

Cool! And what's about ability to make screenshots w/o window decorations? How difficult is it to implement this in your GUI subsystem?
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

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

Post by pcmattman »

The latest progress on my TCP fixups and SDL netsurf port...

EDIT: Updated screenshot - now using TTF fonts. Yay!
pedigree-netsurf-betterfonts.png
Attachments
pedigree-netsurf-google.png
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 »

Got some PTY/termios things implemented this past weekend. It's not much more to look at, but stty works, and my curses apps don't looked messed up any more because they were expecting to be able to turn off nl-cr conversion:

Image

I can set the interrupt keybinding to something like ^K instead of ^C with `stty intr ^K`:

Image
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

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

Post by pcmattman »

I, also, have been working on PTY things.
Attachments
Bash shell job control is working now!
Bash shell job control is working now!
Accessing a running instance of Pedigree via iSSH on my iPhone :)
Accessing a running instance of Pedigree via iSSH on my iPhone :)
User avatar
zhiayang
Member
Member
Posts: 368
Joined: Tue Dec 27, 2011 7:57 am
Libera.chat IRC: zhiayang

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

Post by zhiayang »

Well this pales in comparison to some of you guys's OSes out there, but I've finally got a semi-working, read-only FAT32 driver.

Image
User avatar
farlepet
Posts: 13
Joined: Sun Dec 30, 2012 12:52 pm

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

Post by farlepet »

Here are some screenshots of my new operating system, Retro OS 2, which is completely different from Retro OS.

The login prompt is redesigned, and is slightly more secure (It only uses MD5 though) and the usernames and passwords can be changed/added similar to Linux.
The terminal is now in a separate binary form, instead of being directly built in to the kernel. The design of the shell is different too.
I am also working on a window manager for Retro OS 2, though im only using 320x200 at the moment because im still working on trying to make 640x480 faster. In the image below, the background is a window without decorations.
Attachments
New login prompt (Slightly more secure) and a new shell.
New login prompt (Slightly more secure) and a new shell.
new_login_and_shell.png (8.67 KiB) Viewed 5917 times
Ability to change terminal size in the terminal, and the standard supplied binaries.
Ability to change terminal size in the terminal, and the standard supplied binaries.
gfx_mode_and_binaries.png (5.97 KiB) Viewed 5917 times
Retro Window Manager (RWM)
Retro Window Manager (RWM)
2013-07-30_1366x768_scrot.png (6.82 KiB) Viewed 5917 times
Lambda OS:
GitHub: https://github.com/farlepet
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

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

Post by Kevin »

requimrar wrote:Well this pales in comparison to some of you guys's OSes out there, but I've finally got a semi-working, read-only FAT32 driver.
You do know that loops, or even memcpy, exist? ;) (lines 129-139)
Developer of tyndur - community OS of Lowlevel (German)
MollenOS
Member
Member
Posts: 202
Joined: Wed Oct 26, 2011 12:00 pm

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

Post by MollenOS »

I finally managed to write a window manager (however everything is very slow at the moment, because of homebrew alpha blending)
And I'm really proud of making everything work!

Currently there is 2 programs running, besides a few kernel threads
Compositor system, which is a seperate user-space program, which holds the lock to the graphic memory
A small test program (a small shell with a few commands)

The file-system supported are FAT12 / FAT16 / FAT32 with both read and write, file deletion and file creation capabilities.

The background image was just something i had lying around, nothing permanent... :P

Image
Post Reply