What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
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)
Source: http://commodorepi.codeplex.com/
Early Video: http://www.youtube.com/watch?v=J733xQicrBg&noredirect=1
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..)
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
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
- AndrewAPrice
- Member
- Posts: 2303
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: What does your OS look like? (Screen Shots..)
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?)
Cool!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)
My OS is Perception.
Re: What does your OS look like? (Screen Shots..)
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..)
Just for laughs, here's what I have now:
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.
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.
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?).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)
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..)
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..)
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 dayskutkloon7 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?).
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.
- AndrewAPrice
- Member
- Posts: 2303
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: What does your OS look like? (Screen Shots..)
There is nothing wrong with standing on the shoulders of giants, instead of reinventing the wheel.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.
Others may find reinventing the wheel is the fun part.
My OS is Perception.
- Bender
- 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..)
Just ported a CPUID Program to My Operating System which runs in Real Mode (I know it's ridiculous to use BIOS Calls in 2013 )
btw it's my operating system is just DUMB!
btw it's my operating system is just DUMB!
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
(R3X Runtime VM)(CHIP8 Interpreter OS)
- Combuster
- 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..)
<sarcasm> Really? </sarcasm>My Operating System
Re: What does your OS look like? (Screen Shots..)
Lol Troy Martin.
Re: What does your OS look like? (Screen Shots..)
Last edited by bigbob on Mon Feb 24, 2014 3:46 am, edited 1 time in total.
- AndrewAPrice
- Member
- Posts: 2303
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: What does your OS look like? (Screen Shots..)
Interesting screenshot, Aidhus. What platform are you developing for?
My OS is Perception.
Re: What does your OS look like? (Screen Shots..)
THAT is the OS platform.