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.
xlar54
Posts: 12
Joined: Mon Sep 16, 2013 1:12 pm

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

Post 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
pikasoo
Member
Member
Posts: 30
Joined: Sun Sep 02, 2012 11:04 am
Contact:

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

Post 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
Attachments
google search
google search
favorit forum
favorit forum
User avatar
AndrewAPrice
Member
Member
Posts: 2297
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

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

Post 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!
My OS is Perception.
User avatar
qw
Member
Member
Posts: 792
Joined: Mon Jan 26, 2009 2:48 am

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

Post by qw »

Very cool! My first computer was a C64. Raspberry Pi wasn't even dreamed of back then.
kutkloon7
Member
Member
Posts: 98
Joined: Fri Jan 04, 2013 6:56 pm

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

Post 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?).
greyOne
Member
Member
Posts: 58
Joined: Sun Feb 03, 2013 10:38 pm
Location: Canada

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

Post 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.
xlar54
Posts: 12
Joined: Mon Sep 16, 2013 1:12 pm

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

Post 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.
User avatar
AndrewAPrice
Member
Member
Posts: 2297
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

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

Post 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.
My OS is Perception.
User avatar
Bender
Member
Member
Posts: 449
Joined: Wed Aug 21, 2013 3:53 am
Libera.chat IRC: bender|
Location: Asia, Singapore

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

Post 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
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

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

Post by Combuster »

My Operating System
<sarcasm> Really? </sarcasm>
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

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

Post by VolTeK »

Lol Troy Martin.
bigbob
Member
Member
Posts: 118
Joined: Tue Oct 01, 2013 2:50 am
Location: Budapest, Hungary
Contact:

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

Post by bigbob »

Last edited by bigbob on Mon Feb 24, 2014 3:46 am, edited 1 time in total.
User avatar
Aidhus
Posts: 3
Joined: Sat Jan 05, 2013 1:26 am
Location: PH - L

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

Post by Aidhus »

Hello.

Image

Bye.
User avatar
AndrewAPrice
Member
Member
Posts: 2297
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

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

Post by AndrewAPrice »

Interesting screenshot, Aidhus. What platform are you developing for?
My OS is Perception.
User avatar
Aidhus
Posts: 3
Joined: Sat Jan 05, 2013 1:26 am
Location: PH - L

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

Post by Aidhus »

THAT is the OS platform.
Post Reply