OSDev.org

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

All times are UTC - 6 hours




Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 54  Next
Author Message
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Oct 18, 2010 2:20 pm 
Offline
Member
Member

Joined: Sat Oct 16, 2010 3:38 pm
Posts: 587
Asmadian thinks it's funny when there's a page fault while initializing multitasking (probably in move_stack()):
Image
Man, weird stuff. First the weird VFS bug where gcc decided not to tell me about a syntax error, now this.


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Dec 02, 2010 11:30 am 
Offline

Joined: Thu Mar 04, 2010 7:29 am
Posts: 14
Location: UK
Calling some of the functions to print stuff to the screen with a corrupted stack lead to this:

Image

It's actually kind of pretty in a way but finding the problem took a while :p.


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Dec 05, 2010 5:14 pm 
Offline

Joined: Thu Oct 07, 2010 8:23 pm
Posts: 23
It look nice!. Save somewhere a copy of your OS image at this stage of development. I save my failed images. This way latter I will can see the progress.


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Dec 06, 2010 11:44 am 
Offline
Member
Member

Joined: Fri Aug 01, 2008 7:52 am
Posts: 248
Graham wrote:
Calling some of the functions to print stuff to the screen with a corrupted stack lead to this:

....

It's actually kind of pretty in a way but finding the problem took a while :p.


Make them fall down to the bottom of the screen :D :D.

EDIT: did anyone see the heart from the first time they looked?


Last edited by eddyb on Mon Dec 06, 2010 11:25 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Dec 06, 2010 2:06 pm 
Offline
Member
Member
User avatar

Joined: Mon Jan 26, 2009 2:48 am
Posts: 792
Or rise up!


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Dec 06, 2010 2:11 pm 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 3:45 am
Posts: 9301
Location: On the balcony, where I can actually keep 1½m distance
Even better, first crash, then rise a copy up with alpha blending enabled :D

_________________
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Dec 08, 2010 9:17 pm 
Offline
Member
Member
User avatar

Joined: Wed Dec 08, 2010 3:16 am
Posts: 144
Location: St. Louis, MO USA
awesome thread.

this is what happened when i had a dumb mistake that loaded up the code for a new process in my 16-bit real mode multitasking OS... into the base video RAM 0xB800.

Image

fun!


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Dec 09, 2010 12:33 am 
Offline
Member
Member
User avatar

Joined: Wed Mar 05, 2008 12:52 am
Posts: 142
miker00lz wrote:
this is what happened when i had a dumb mistake that loaded up the code for a new process in my 16-bit real mode multitasking OS... into the base video RAM 0xB800.

Looks like you need a paper towel. =x


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Dec 09, 2010 11:17 am 
Offline

Joined: Thu Mar 04, 2010 7:29 am
Posts: 14
Location: UK
eddyb wrote:
EDIT: did anyone see the heart from the first time they looked?


I didn't notice that at first either :p


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Dec 09, 2010 4:14 pm 
Offline
Member
Member
User avatar

Joined: Thu Feb 14, 2008 10:46 am
Posts: 277
Location: Italy
berkus wrote:
Running self-modifying code in screen RAM should be fun to watch.

Yes but it has to produce always something with a meaning XD... This is a cool idea for a contest XD


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Fri Dec 10, 2010 2:53 am 
Offline
Member
Member

Joined: Wed Oct 31, 2007 9:09 am
Posts: 1385
Karlosoft wrote:
Yes but it has to produce always something with a meaning XD... This is a cool idea for a contest XD


How about running code in 4-plane 16-colour mode, and have the code run without crashing regardless of which plane is enabled. Or something :)


JAL


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Dec 27, 2010 10:34 am 
Offline
Member
Member

Joined: Sun May 18, 2008 9:36 am
Posts: 39
Location: The Netherlands
Recently restarted my attempt to write an OS, and look what i got:

Image

And no: i realy have no idea what happened, but my IO::VGA::set_mode() got called!


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sat Jan 15, 2011 3:39 pm 
Offline
Member
Member
User avatar

Joined: Thu Feb 14, 2008 10:46 am
Posts: 277
Location: Italy
Ops I rendered the font in the wrong way XD


Attachments:
reverse.PNG
reverse.PNG [ 11.87 KiB | Viewed 7338 times ]
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Jan 17, 2011 12:53 pm 
Offline
Member
Member

Joined: Sun Jun 20, 2010 1:21 pm
Posts: 127
Not the first 1 to do tht, I might add. If you can keep the code, add a cool backwards text command, which does as you see there. turn a bug into a feature. could be fun!


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Jan 17, 2011 4:57 pm 
Offline
Member
Member
User avatar

Joined: Thu Feb 14, 2008 10:46 am
Posts: 277
Location: Italy
Sure I can XD! Thank you for the suggestion ;) I added this crazy feature to Smile (my OS ;)) and I'm going to add the code to rotate the screen (portrait/landscape view).


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 54  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], deblokc and 85 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