When your OS goes crazy - Screenshots

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.
greyOne
Member
Member
Posts: 58
Joined: Sun Feb 03, 2013 10:38 pm
Location: Canada

Re: When your OS goes crazy - Screenshots

Post by greyOne »

Image

I accidentally put spawn() in a loop.
At least I know that my scheduler works nicely.
As does the rest of my multitasking stuff.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: When your OS goes crazy - Screenshots

Post by Mikemk »

greyOne wrote: At least I know that my scheduler works nicely.
I'm guessing that it's printing off process ids?
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
User avatar
p0s1x
Posts: 18
Joined: Thu Mar 21, 2013 8:37 am

Re: When your OS goes crazy - Screenshots

Post by p0s1x »

Image
sounds
Member
Member
Posts: 112
Joined: Sat Feb 04, 2012 5:03 pm

Re: When your OS goes crazy - Screenshots

Post by sounds »

p0s1x wrote:Nothing boot failed, because it's true.
Very nice! :wink:
User avatar
p0s1x
Posts: 18
Joined: Thu Mar 21, 2013 8:37 am

Re: When your OS goes crazy - Screenshots

Post by p0s1x »

sounds wrote:
p0s1x wrote:Nothing boot failed, because it's true.
Very nice! :wink:
Thanks :D
phillid
Member
Member
Posts: 58
Joined: Mon Jan 31, 2011 6:07 pm

Re: When your OS goes crazy - Screenshots

Post by phillid »

At least I know my nice register dump in the kernel panic works... I sometimes call it the Schizophrenic Screen of Death.
I should fix this ;)
I should fix this ;)
phillid - Newbie-ish operating system developer with a toy OS on the main burner
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: When your OS goes crazy - Screenshots

Post by Mikemk »

phillid wrote:I sometimes call it the Schizophrenic Screen of Death.
They have multiple personality disorder.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: When your OS goes crazy - Screenshots

Post by dozniak »

m12 wrote:
phillid wrote:I sometimes call it the Schizophrenic Screen of Death.
They have multiple personality disorder.
No, thanks, I'm fine!
Me too!
Learn to read.
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

Re: When your OS goes crazy - Screenshots

Post by VolTeK »

m12 wrote:They have multiple personality disorder.
#-o
AbstractYouShudNow
Member
Member
Posts: 92
Joined: Tue Aug 14, 2012 8:51 am

Re: When your OS goes crazy - Screenshots

Post by AbstractYouShudNow »

The panic screen of my OS loader is quite fun too, it has a logo and contains a sentence passed a sargument to the panic() function, or when none is passed, the default one, which is the sentence "Hey! I pissed on myself !" but in french, and written as would say it a Spanish man trying to speak french for first time :lol:
greyOne
Member
Member
Posts: 58
Joined: Sun Feb 03, 2013 10:38 pm
Location: Canada

Re: When your OS goes crazy - Screenshots

Post by greyOne »

I can't screenshot this, my kernel panicked.
I mean the Windows kernel that is. Blue screen and everything.
My kernel just went belly up it seems.

So much for Virtual Box being safe.
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

Re: When your OS goes crazy - Screenshots

Post by Kazinsal »

greyOne wrote:I can't screenshot this, my kernel panicked.
I mean the Windows kernel that is. Blue screen and everything.
My kernel just went belly up it seems.

So much for Virtual Box being safe.
The danger of hardware virtualization. Sometimes this happens if you clobber improperly mapped MMIO or ACPI non-reclaimable space.
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: When your OS goes crazy - Screenshots

Post by klange »

Working on animations in my compositor, and I accidentally told the background window to run the "map out" effect:

Image

... I neglected to check which window I was applying the animation to so as not to have this happen.
wolfgang42
Posts: 1
Joined: Fri May 24, 2013 6:39 pm

Re: When your OS goes crazy - Screenshots

Post by wolfgang42 »

While trying to get exception handling and ISRs to work, I had this happen to my bootsplash. I'm not quite sure what went wrong; at the time I was having exceptions occurring in the ISR handler and jumps to arbitrary locations in memory. As far as I could tell, this occurred during approximately the 10th ISR or so.
Attachments
Oops.
Oops.
stripey_fail.png (9.41 KiB) Viewed 7685 times
User avatar
Onz
Posts: 4
Joined: Wed Jan 02, 2013 4:23 am

Re: When your OS goes crazy - Screenshots

Post by Onz »

klange wrote:Working on animations in my compositor, and I accidentally told the background window to run the "map out" effect:

Image

... I neglected to check which window I was applying the animation to so as not to have this happen.
Trippiest photo! Love it.
Onz - Dark Probance
Post Reply