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.
cheapskate01 wrote:
I'll hand it to you, you can make elementary OS work, and that earns my respect. I couldn't get it to do well for the life of me.
I like it so far, been using it for about two years on my second computer. When my Macbook gave out, it became my main OS. But linux isn't anything new to me, been using it for going on 8 years now.
echo "mov eax, 1337" > test.asm
echo "mov ebx, eax" >> test.asm[/quote]
Hi glauxosdever,
I have not implemented it in the terminal as I have pipes and did not see the need yet. The "read" and "write" commands do basically the same that the redirect operator would do for files. :P
Greest,
Max
Hey, so I have been working on my os for a short time, there is very little to see. However, I have implemented basic commands, and I am working on a hex editor. File system coming soon, but for now, this is what it looks like:
grsan wrote:Hey, so I have been working on my os for a short time, there is very little to see. However, I have implemented basic commands, and I am working on a hex editor. File system coming soon, but for now, this is what it looks like:
Whew. I sure do hope it turns out well.
Nice GUI, but i think you made it very strange. You shrinked the terminal so much. And, i think is best to make GUIs graphical. Take a look at Windows 95;.
Now just imagine how bad it could look in text 80x25 mode. I think that your next step to your OS is VGA or simplest graphics driver. Cool work, for now . If you wish to continue with hex editor and FAT, there is one tip:don't make TUI shells.