My _new_ boot screen
Posted: Thu Mar 10, 2016 4:32 pm
Did a bit of messing with the boot screen this morning, and got this. Any how, off to school
The Place to Start for Operating System Developers
http://f.osdev.org/
Oh, yes. gitlab.com/bps-projs/U365/tree/testing. My website is downquxuan wrote:why i can not open your website? I want see your source code, have you put your code on github?catnikita255 wrote:U365 on Bochs. See that cool text in the bottom
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.ablakely wrote: Here's mine so far.
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.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'm wondering, don't you have stdio redirection? Like this:max wrote:Made the mounted ramdisk filesystem writable, cross-compiled NASM and made it assemble some stuff
Code: Select all
echo "mov eax, 1337" > test.asm
echo "mov ebx, eax" >> test.asm
glauxosdever wrote:I'm wondering, don't you have stdio redirection? Like this:Code: Select all
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
Very cool OS!max wrote:Made the mounted ramdisk filesystem writable, cross-compiled NASM and made it assemble some stuff
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;.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.
Thank you friend!catnikita255 wrote:Very cool OS!max wrote:Made the mounted ramdisk filesystem writable, cross-compiled NASM and made it assemble some stuff