OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 6:34 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 197, 198, 199, 200, 201, 202, 203 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue May 09, 2017 3:50 am 
Offline
Member
Member
User avatar

Joined: Fri Apr 03, 2015 9:41 am
Posts: 492
This is how printf debugging should look like.


Attachments:
Screenshot_20170509_125002.png
Screenshot_20170509_125002.png [ 29.75 KiB | Viewed 9704 times ]

_________________
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.
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue May 09, 2017 8:22 am 
Offline
Member
Member
User avatar

Joined: Mon Jul 18, 2016 2:46 pm
Posts: 170
You should atleast print EIP so you know where the crash happened...


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue May 09, 2017 8:08 pm 
Offline
Member
Member

Joined: Thu May 06, 2010 4:34 am
Posts: 116
Location: Leiden, The Netherlands
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

_________________
posnk ( a simple unix clone )
twitter profile - security research, die shots and IC reverse engineering, low level stuff


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri May 12, 2017 3:47 am 
Offline

Joined: Thu May 04, 2017 1:17 am
Posts: 2
Hello. Where can I download images of Hydrogen OS (f2/OS) or Obsidian OS, written by user f2?


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat May 13, 2017 3:48 pm 
Offline
Member
Member
User avatar

Joined: Wed Mar 21, 2012 3:01 pm
Posts: 930
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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon May 15, 2017 10:34 am 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed May 17, 2017 1:53 am 
Offline
Member
Member
User avatar

Joined: Wed Aug 17, 2016 4:55 am
Posts: 251
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)


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed May 17, 2017 4:30 pm 
Offline
Member
Member

Joined: Thu May 06, 2010 4:34 am
Posts: 116
Location: Leiden, The Netherlands
Running VIM!
Image
Edit: Python too now:)
Image

_________________
posnk ( a simple unix clone )
twitter profile - security research, die shots and IC reverse engineering, low level stuff


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri May 19, 2017 7:32 am 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri May 19, 2017 1:50 pm 
Offline
Member
Member
User avatar

Joined: Wed Mar 21, 2012 3:01 pm
Posts: 930
Peterbjornx wrote:

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.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri May 19, 2017 2:06 pm 
Offline
Member
Member
User avatar

Joined: Sat Dec 27, 2014 9:11 am
Posts: 901
Location: Maadi, Cairo, Egypt
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:

_________________
You know your OS is advanced when you stop using the Intel programming guide as a reference.


Last edited by BrightLight on Mon May 22, 2017 10:53 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat May 20, 2017 5:48 am 
Offline
Member
Member

Joined: Thu May 06, 2010 4:34 am
Posts: 116
Location: Leiden, The Netherlands
Building my kernel on my OS:
Image
And running that kernel( the RTC on my OS is not working properly yet):
Image

_________________
posnk ( a simple unix clone )
twitter profile - security research, die shots and IC reverse engineering, low level stuff


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat May 20, 2017 2:49 pm 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon May 22, 2017 10:54 pm 
Offline
Member
Member
User avatar

Joined: Sat Dec 27, 2014 9:11 am
Posts: 901
Location: Maadi, Cairo, Egypt
USB mouse and keyboard on QEMU.

_________________
You know your OS is advanced when you stop using the Intel programming guide as a reference.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu May 25, 2017 2:02 pm 
Offline

Joined: Thu May 25, 2017 1:53 pm
Posts: 1
First post, and first screen shot of my OS displaying graphics via VBE Framebuffer for the first time :D
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 197, 198, 199, 200, 201, 202, 203 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 83 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group