When your OS goes crazy - Screenshots
Re: When your OS goes crazy - Screenshots
I accidentally put spawn() in a loop.
At least I know that my scheduler works nicely.
As does the rest of my multitasking stuff.
Re: When your OS goes crazy - Screenshots
I'm guessing that it's printing off process ids?greyOne wrote: At least I know that my scheduler works nicely.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
If you're new, check this out.
Re: When your OS goes crazy - Screenshots
Very nice!p0s1x wrote:Nothing boot failed, because it's true.
Re: When your OS goes crazy - Screenshots
Thankssounds wrote:Very nice!p0s1x wrote:Nothing boot failed, because it's true.
Re: When your OS goes crazy - Screenshots
At least I know my nice register dump in the kernel panic works... I sometimes call it the Schizophrenic Screen of Death.
phillid - Newbie-ish operating system developer with a toy OS on the main burner
Re: When your OS goes crazy - Screenshots
They have multiple personality disorder.phillid wrote:I sometimes call it the Schizophrenic Screen of Death.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
If you're new, check this out.
Re: When your OS goes crazy - Screenshots
No, thanks, I'm fine!m12 wrote:They have multiple personality disorder.phillid wrote:I sometimes call it the Schizophrenic Screen of Death.
Me too!
Learn to read.
Re: When your OS goes crazy - Screenshots
m12 wrote:They have multiple personality disorder.
-
- Member
- Posts: 92
- Joined: Tue Aug 14, 2012 8:51 am
Re: When your OS goes crazy - Screenshots
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
Re: When your OS goes crazy - Screenshots
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.
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.
- Kazinsal
- 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
The danger of hardware virtualization. Sometimes this happens if you clobber improperly mapped MMIO or ACPI non-reclaimable space.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.
Re: When your OS goes crazy - Screenshots
Working on animations in my compositor, and I accidentally told the background window to run the "map out" effect:
... I neglected to check which window I was applying the animation to so as not to have this happen.
... I neglected to check which window I was applying the animation to so as not to have this happen.
-
- Posts: 1
- Joined: Fri May 24, 2013 6:39 pm
Re: When your OS goes crazy - Screenshots
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.
- stripey_fail.png (9.41 KiB) Viewed 8326 times
Re: When your OS goes crazy - Screenshots
Trippiest photo! Love it.klange wrote:Working on animations in my compositor, and I accidentally told the background window to run the "map out" effect:
... I neglected to check which window I was applying the animation to so as not to have this happen.
Onz - Dark Probance