Page 200 of 262

Re: What does your OS look like? (Screen Shots..)

Posted: Tue May 09, 2017 3:50 am
by osdever
This is how printf debugging should look like.

Re: What does your OS look like? (Screen Shots..)

Posted: Tue May 09, 2017 8:22 am
by Ch4ozz
You should atleast print EIP so you know where the crash happened...

Re: What does your OS look like? (Screen Shots..)

Posted: Tue May 09, 2017 8:08 pm
by Peterbjornx
Not really a very interesting image, but it is the first time my OS has booted from hard drive using a physical root FS instead of a ramdisk!
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Fri May 12, 2017 3:47 am
by deimos
Hello. Where can I download images of Hydrogen OS (f2/OS) or Obsidian OS, written by user f2?

Re: What does your OS look like? (Screen Shots..)

Posted: Sat May 13, 2017 3:48 pm
by sortie
Peterbjornx wrote:Not really a very interesting image, but it is the first time my OS has booted from hard drive using a physical root FS instead of a ramdisk!
That's really great! It looks like you have a GRUB port?

Tonight I whipped up a tmux port:
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Mon May 15, 2017 10:34 am
by Octacone
sortie wrote:
Peterbjornx wrote:Not really a very interesting image, but it is the first time my OS has booted from hard drive using a physical root FS instead of a ramdisk!
That's really great! It looks like you have a GRUB port?

Tonight I whipped up a tmux port:
Image
Chatting, coding and compiling. Seems doable!

Re: What does your OS look like? (Screen Shots..)

Posted: Wed May 17, 2017 1:53 am
by Sik
Reading the directory listing from the ROM filesystem now actually works \('ヮ' )/

Ignore the huge border around it, BlastEm shenanigans (same deal with the missing pixels at the bottom right of the taskbar, that's a recent BlastEm issue). Also last redesign I swear XD

Image

It's still not assigning icons properly (for now it's just "folder or not folder"), those chip icons were intended for the drives themselves (since the first two drives planned are /rom and /ram which coincidentally happen to be on chips inside the cartridge), kind of amusing seeing them assigned to the executables though, it may be better than an app window. Maybe I'll change plans and assign the chips to executable files instead... (and see what I do with the drives, I could just mark them as folders but it'd be dull)

Re: What does your OS look like? (Screen Shots..)

Posted: Wed May 17, 2017 4:30 pm
by Peterbjornx
Running VIM!
Image
Edit: Python too now:)
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Fri May 19, 2017 7:32 am
by BrightLight
Made a few fixes here and there, and working on a 2048 clone.
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Fri May 19, 2017 1:50 pm
by sortie
Woot, those are cool. Good job!
omarrx024 wrote:Made a few fixes here and there, and working on a 2048 clone.
https://s15.postimg.org/j5p17fka3/2048.png
I realize it's just a wallpaper, but I very much like your color scheme.

Re: What does your OS look like? (Screen Shots..)

Posted: Fri May 19, 2017 2:06 pm
by BrightLight
sortie wrote:I realize it's just a wallpaper, but I very much like your color scheme.
Thanks! The blue line on top of active windows really was inspired by ToaruOS, because I liked that. :mrgreen:

Re: What does your OS look like? (Screen Shots..)

Posted: Sat May 20, 2017 5:48 am
by Peterbjornx
Building my kernel on my OS:
Image
And running that kernel( the RTC on my OS is not working properly yet):
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Sat May 20, 2017 2:49 pm
by BrightLight
I never thought my serial outputs would someday give me this much satisfaction...
Image

EDIT: Fast forward a few hours later... It doesn't look like much, but it's USB mouse. It took me roughly 2 hours to write the USB HID driver while looking at the USB HID spec, and another 2 hours hunting for a page fault that was driving me crazy. Anyway, I've done both now. :)
Image

USB mass storage devices next! :P

Re: What does your OS look like? (Screen Shots..)

Posted: Mon May 22, 2017 10:54 pm
by BrightLight

Re: What does your OS look like? (Screen Shots..)

Posted: Thu May 25, 2017 2:02 pm
by Xionkana
First post, and first screen shot of my OS displaying graphics via VBE Framebuffer for the first time :D
Image