Page 78 of 262

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

Posted: Tue Mar 13, 2012 12:37 pm
by klange
I feel like I post here too often, but...

Image

Image

Click for full size.

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

Posted: Wed Mar 14, 2012 11:56 am
by drunkenfox
Trying to get the kernel entry file to link properly in ld. This is all I got so far from actualy booting from a floppy in my physical drive. VBox seems to have a weird bug when drawing to to the screen.
Image
So yeah.. I am a brony in case anyone wonders. :|

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

Posted: Wed Mar 14, 2012 1:02 pm
by rdos
bubach wrote:That is awesome. You have to provide locations for those things when it goes live, I'll take a road trip to southern Sweden to fill up on petrol/gas and go back home, haha. :D
It's already live. We have about 80 installations of the above terminal (all around Sweden, soon also in Denmark), and we have shipped 250 of the other one (where we only do graphics and print receipts).

The above screen-shot was from my development machine (a 2-core AMD portable), and has some debug features enabled, like the cash buttons, and the dispenser icons. The real terminal only show the upper left part.

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

Posted: Wed Mar 14, 2012 9:54 pm
by klange
I should probably stop posting every little update I make to this thread, but I just can't help myself. My persistence abounds. I should also probably make a announcement thread for my project...

Image

Window borders and titles! Obviously, they lack buttons; this is because my compositor doesn't even send mouse events to clients right now, so there would be no way to press any buttons. I'll get to it eventually.

There's also been a lot of cleanup in the kernel and compositor since yesterday.

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

Posted: Mon Mar 19, 2012 1:42 am
by TylerH
klange: That's awesome! I don't blame you for posting updates like that.

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

Posted: Tue Mar 20, 2012 8:56 pm
by VolTeK
klange wrote:I should also probably make a announcement thread for my project...

I believe it to be a very interesting thread to watch. Good work :)

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

Posted: Mon Apr 02, 2012 2:39 am
by SoUrcerer
Now KolibriOS is able to boot Linux using emulator. Also, there are HD audio driver from-the-box, and new drivers for Intel video as additional package.
ubuntu.png

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

Posted: Mon Apr 02, 2012 6:28 am
by Solar
Just wondering, why is everybody including their colourful desktops in the screenshot when a single window would do in most cases? 8)

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

Posted: Mon Apr 02, 2012 6:37 am
by bubach
@Solar, if you're referring to that last one, the desktop part is KolibriOS and the shell is linux emulated inside it, so 100% homegrown OS in that screenshot. but yes, there's plenty of other screenshots where lots of stuff besides the bochs/qemu window is visible.

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

Posted: Mon Apr 02, 2012 8:41 am
by invalid
To demonstrate that it's capable of handling multiple windows? ;)

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

Posted: Fri Apr 06, 2012 1:29 pm
by Jezze
Hi!

I've been working on Fudge for quite a while and I thought it would be time to show a little preview of what to come. I've uploaded a youtube video showing some of it's capabilities.

If you want to know more about Fudge I recommend visiting the github page.

Thanks to everyone at osdev for all the help!

Video: http://www.youtube.com/watch?v=3ZUD7LMN4oA
Source: https://github.com/Jezze/fudge/

EDIT: Ha! I just noticed that ncat wasn't sending anything back. I must have broken that. Didn't even notice it myself. Trust me it works! I promise it does! :)

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

Posted: Fri Apr 06, 2012 8:26 pm
by Brynet-Inc
Jezze wrote:.. youtube
Post here.

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

Posted: Mon Apr 09, 2012 9:05 am
by Chandra
Kolibri OS is going good, I guess. All these years, these guys have been focusing on porting lots and lots of stuffs. I wonder how well is the driver framework.

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

Posted: Tue Apr 10, 2012 12:49 am
by SoUrcerer
Chandra wrote:Kolibri OS is going good, I guess. All these years, these guys have been focusing on porting lots and lots of stuffs. I wonder how well is the driver framework.
Thank you. Driver framework is quite simple and easy-to-begin. We're working on USB and advanced networking now. Network branch (with POSIX-compatible sockets) almost ready to be merged into trunk. What about ports: there are ports of cairo, mesa, i915, ati2d, ffmpeg and so on - such big soft which we can't write from scratch yet. Also, there are some emulators and additional software (pdf viewer, text OCR, vim). We're working on advanced web browsing too. May be once we'll have Flash plugin as well.
Screenshot-58.png
So, what about screenshot :) Now we have KolibriOS-tan, cute videoplayer (divx, mp4, flv, matroska - fits on a floppy!), powerful image viewer and new bloody game about rabbits from big world.

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

Posted: Tue Apr 10, 2012 2:24 am
by Chandra
That's cool. You guys aren't missing a single spot. Great work!
And, did you write the mpeg decoder from scratch or ported from somewhere (one of GPL sources, may be)?