My operating systemish console - Printable Version +- Forums - Open Redstone Engineers (https://forum.openredstone.org) +-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html) +--- Forum: Programming (https://forum.openredstone.org/forum-8.html) +--- Thread: My operating systemish console (/thread-745.html) |
My operating systemish console - Konstacon - 08-14-2013 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: Any questions or things you want to know about? Ask me! Thanks! Snuggles RE: My operating systemish console - Chibill - 08-14-2013 Me and Hime are working on one too based off Linux that's a command counsel and GUI using java and python. RE: My operating systemish console - Konstacon - 08-14-2013 (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 RE: My operating systemish console - David - 08-14-2013 The picture is glitched out, not sure if that is due to the fact that Im on a tablet or not. RE: My operating systemish console - mort96 - 08-14-2013 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) RE: My operating systemish console - mad1231999 - 08-17-2013 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 RE: My operating systemish console - Chibill - 08-17-2013 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. |