Forums - Open Redstone Engineers

Full Version: My operating systemish console
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

As you can see from the title, I am working on an os(?). It currently is a command console and doesn't have many commands. I am programming it in assembly. If you want some pics here is one:

[Image: HMdtGLK.png]

Any questions or things you want to know about? Ask me!

Thanks! Snuggles
Me and Hime are working on one too based off Linux that's a command counsel and GUI using java and python.
(08-14-2013, 07:51 PM)Chibill Wrote: [ -> ]Me and Hime are working on one too based off Linux that's a command counsel and GUI using java and python.

The only thing I don't like about using java and python is that your OS will have to have java, and will be slower than assembly :/

Anyways, Awesome!

Thanks, Snuggles
The picture is glitched out, not sure if that is due to the fact that Im on a tablet or not.
I edited your post for you. You had the URL to the page displaying the image in your img tags (http://imgur.com/HMdtGLK), not the URL to the actual image itself (http://i.imgur.com/HMdtGLK.png) Tongue
Can you give me the source code(put it on Github, perhaps?)

I would love to see it, as I am developing my own kernel in C and Assembly
I would say use Linus as a base to start off of. that's what me and Hime are doing using slitaz and making it smaller and run our code.