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
Posts: 58 Joined: Sun Feb 03, 2013 10:38 pm
Location: Canada
Post
by greyOne » Thu Mar 21, 2013 1:19 pm
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
Posts: 409 Joined: Sat Oct 22, 2011 12:27 pm
Post
by Mikemk » Thu Mar 21, 2013 4:12 pm
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.
p0s1x
Posts: 18 Joined: Thu Mar 21, 2013 8:37 am
Post
by p0s1x » Sat May 04, 2013 6:17 am
sounds
Member
Posts: 125 Joined: Sat Feb 04, 2012 5:03 pm
Post
by sounds » Sat May 04, 2013 9:25 pm
p0s1x wrote: Nothing boot failed, because it's true.
Very nice!
p0s1x
Posts: 18 Joined: Thu Mar 21, 2013 8:37 am
Post
by p0s1x » Sun May 05, 2013 4:10 am
sounds wrote: p0s1x wrote: Nothing boot failed, because it's true.
Very nice!
Thanks
phillid
Member
Posts: 58 Joined: Mon Jan 31, 2011 6:07 pm
Post
by phillid » Mon May 13, 2013 1:26 am
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 ;)
phillid - Newbie-ish operating system developer with a toy OS on the main burner
Mikemk
Member
Posts: 409 Joined: Sat Oct 22, 2011 12:27 pm
Post
by Mikemk » Mon May 13, 2013 7:06 am
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.
dozniak
Member
Posts: 723 Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia
Post
by dozniak » Tue May 14, 2013 1:25 am
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.
VolTeK
Member
Posts: 815 Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation
Post
by VolTeK » Tue May 14, 2013 8:48 pm
m12 wrote: They have multiple personality disorder.
AbstractYouShudNow
Member
Posts: 92 Joined: Tue Aug 14, 2012 8:51 am
Post
by AbstractYouShudNow » Thu May 16, 2013 1:06 pm
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
greyOne
Member
Posts: 58 Joined: Sun Feb 03, 2013 10:38 pm
Location: Canada
Post
by greyOne » Tue May 21, 2013 9:28 am
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.
araxestroy
Member
Posts: 560 Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: araxestroy
Location: Vancouver, Canada
Contact:
Post
by araxestroy » Tue May 21, 2013 9:41 am
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
Posts: 679 Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange
Post
by klange » Tue May 21, 2013 9:35 pm
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.
wolfgang42
Posts: 1 Joined: Fri May 24, 2013 6:39 pm
Post
by wolfgang42 » Fri May 24, 2013 9:03 pm
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 9030 times
Onz
Posts: 4 Joined: Wed Jan 02, 2013 4:23 am
Post
by Onz » Mon May 27, 2013 2:04 am
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.
Trippiest photo! Love it.
Onz - Dark Probance