Page 97 of 262

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

Posted: Mon Sep 16, 2013 1:19 pm
by xlar54
Ive taken the source code for a Commodore 64 emulator and converted it to a bootable kernel. So basically, my "OS" is a C64! (this is currently just for the Raspberry Pi, but I intend to port it to x86 also)


Image

Source: http://commodorepi.codeplex.com/

Early Video: http://www.youtube.com/watch?v=J733xQicrBg&noredirect=1

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

Posted: Mon Sep 16, 2013 7:29 pm
by pikasoo
the last 2 weeks i been making my own web broswer since no open source one could be build for my os (too many dependancy and my os is too limited atm).

this allowed me to fully test my network stack and fix a few bugs.

this also remembered me how ugly website are without css and js. lol

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

Posted: Tue Sep 17, 2013 1:29 pm
by AndrewAPrice
I really respect people that try to be innovative, like non-desktop-metaphor GUIs, or if you do go for a desktop GUI, then add a spin on it (vector-based? zoomable? tiles?)
xlar54 wrote:Ive taken the source code for a Commodore 64 emulator and converted it to a bootable kernel. So basically, my "OS" is a C64! (this is currently just for the Raspberry Pi, but I intend to port it to x86 also)

Image
Cool!

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

Posted: Tue Sep 17, 2013 1:32 pm
by qw
Very cool! My first computer was a C64. Raspberry Pi wasn't even dreamed of back then.

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

Posted: Wed Sep 18, 2013 3:28 am
by kutkloon7
Just for laughs, here's what I have now:

Image

I know, I have a lot of work to do! This is a 32-bits kernel, probably the most important thing I have to do now is to set up a C/C++ compiler.
xlar54 wrote:Ive taken the source code for a Commodore 64 emulator and converted it to a bootable kernel. So basically, my "OS" is a C64! (this is currently just for the Raspberry Pi, but I intend to port it to x86 also)


Image

Source: http://commodorepi.codeplex.com/

Early Video: http://www.youtube.com/watch?v=J733xQicrBg&noredirect=1
Wow, cool idea! I'm curious about a couple of things! Was it hard to do this? (did you have the C64 emulator source? Did you need to change things in the source?).

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

Posted: Fri Sep 20, 2013 12:11 pm
by greyOne
Image

My printf function is not fully complete.
That took far more time than it was worth, but I'm happy nonetheless.
And no one will ever understand half my syntax.

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

Posted: Sat Sep 21, 2013 7:19 am
by xlar54
kutkloon7 wrote:
Wow, cool idea! I'm curious about a couple of things! Was it hard to do this? (did you have the C64 emulator source? Did you need to change things in the source?).
I used the Comeback64 emulator, written in C. Stripped it of the platform specific stuff, and recompiled with a cross-platform gnu compiler for the Rpi, including a bootloader. Video was the tricky part, but I found some code that writes to the video framebuffer. It works, but it is slow. But I think Im going to take the idea to the x86 platform. Vice is one heck of an emulator and I think it would be really cool and fun to have a super 64/128. Gosh I miss the old days :)

Aside... my project is really just a hack.. putting together things that already exist. Hats off to the guys out there who are building stuff from nothing.

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

Posted: Tue Sep 24, 2013 12:48 pm
by AndrewAPrice
xlar54 wrote:Aside... my project is really just a hack.. putting together things that already exist. Hats off to the guys out there who are building stuff from nothing.
There is nothing wrong with standing on the shoulders of giants, instead of reinventing the wheel.

Others may find reinventing the wheel is the fun part.

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

Posted: Sun Sep 29, 2013 11:32 pm
by Bender
Just ported a CPUID Program to My Operating System which runs in Real Mode :P (I know it's ridiculous to use BIOS Calls in 2013 =D> )
btw it's my operating system is just DUMB!
Image

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

Posted: Mon Sep 30, 2013 3:33 am
by Combuster
My Operating System
<sarcasm> Really? </sarcasm>

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

Posted: Mon Sep 30, 2013 11:05 pm
by VolTeK
Lol Troy Martin.

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

Posted: Sun Oct 13, 2013 2:14 am
by bigbob

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

Posted: Tue Oct 15, 2013 4:11 am
by Aidhus
Hello.

Image

Bye.

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

Posted: Tue Oct 15, 2013 7:41 am
by AndrewAPrice
Interesting screenshot, Aidhus. What platform are you developing for?

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

Posted: Tue Oct 15, 2013 8:34 pm
by Aidhus
THAT is the OS platform.