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

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.
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

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

Post by osdever »

This is how printf debugging should look like.
Attachments
Screenshot_20170509_125002.png
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing

OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
User avatar
Ch4ozz
Member
Member
Posts: 170
Joined: Mon Jul 18, 2016 2:46 pm
Libera.chat IRC: esi

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

Post by Ch4ozz »

You should atleast print EIP so you know where the crash happened...
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

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

Post 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
deimos
Posts: 2
Joined: Thu May 04, 2017 1:17 am

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

Post by deimos »

Hello. Where can I download images of Hydrogen OS (f2/OS) or Obsidian OS, written by user f2?
User avatar
sortie
Member
Member
Posts: 930
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

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

Post 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
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

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

Post 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!
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
User avatar
Sik
Member
Member
Posts: 251
Joined: Wed Aug 17, 2016 4:55 am

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

Post 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)
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

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

Post by Peterbjornx »

Running VIM!
Image
Edit: Python too now:)
Image
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

Made a few fixes here and there, and working on a 2048 clone.
Image
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
sortie
Member
Member
Posts: 930
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

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

Post 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.
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post 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:
Last edited by BrightLight on Mon May 22, 2017 10:53 pm, edited 1 time in total.
You know your OS is advanced when you stop using the Intel programming guide as a reference.
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

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

Post by Peterbjornx »

Building my kernel on my OS:
Image
And running that kernel( the RTC on my OS is not working properly yet):
Image
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post 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
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

You know your OS is advanced when you stop using the Intel programming guide as a reference.
Xionkana
Posts: 1
Joined: Thu May 25, 2017 1:53 pm
Libera.chat IRC: Xionkana

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

Post by Xionkana »

First post, and first screen shot of my OS displaying graphics via VBE Framebuffer for the first time :D
Image
Post Reply