Page 49 of 55

Re: When your OS goes crazy - Screenshots

Posted: Thu Feb 28, 2019 6:55 am
by K3achas
Even after fixing it, I'm still not quite sure why it said "I don't trust it." I think my code has trust issues.

Re: When your OS goes crazy - Screenshots

Posted: Sun Mar 03, 2019 12:37 pm
by deleted8917
Image
My custom syscall entered in recursion, or something like that. :)

Re: When your OS goes crazy - Screenshots

Posted: Mon Mar 04, 2019 3:42 am
by crosssans
Image
This is what happens when you incorrectly copy some data. :mrgreen:

Re: When your OS goes crazy - Screenshots

Posted: Mon Mar 04, 2019 6:37 pm
by deleted8917
crosssans wrote:Image
This is what happens when you incorrectly copy some data. :mrgreen:
The classical error :)

Re: When your OS goes crazy - Screenshots

Posted: Tue Mar 05, 2019 1:57 pm
by xSlendiX
https://imgur.com/a/tI6spO6

My first visual error + cannot figure out how to print he keyboard keys thing

Re: When your OS goes crazy - Screenshots

Posted: Tue Mar 05, 2019 3:44 pm
by crosssans
xSlendiX wrote:https://imgur.com/a/tI6spO6
Interesting. =P~

Re: When your OS goes crazy - Screenshots

Posted: Tue Mar 05, 2019 7:14 pm
by deleted8917
xSlendiX wrote:https://imgur.com/a/tI6spO6

My first visual error + cannot figure out how to print he keyboard keys thing
You forgetted the return carriage escape sequence! ('\r')
;)

Re: When your OS goes crazy - Screenshots

Posted: Wed Mar 06, 2019 11:32 am
by xSlendiX
hextakatt wrote:
xSlendiX wrote:https://imgur.com/a/tI6spO6

My first visual error + cannot figure out how to print he keyboard keys thing
You forgetted the return carriage escape sequence! ('\r')
;)
I got the keyboard working properly and the print was a bug, made a terminal_scroll function and implemented it wrong. idk how to do it but ok

Keyboard: https://imgur.com/a/MwQU8TQ
It works well, the only problem it the blinking cursor ill fix it later and somehow i creatted this c o o l effect

Re: When your OS goes crazy - Screenshots

Posted: Thu Mar 07, 2019 3:29 am
by mallard
I posted the full screenshot in the other thread, but it's only upon examination that I spotted this bug:

Image

The screenshot was actually taken on February 28th (so should display "2019-02-28")... I suppose the 0th day of March is kinda the same day as the last day of February, but obviously something isn't working right. The odd thing is that the date values are read directly from the RTC at boot time; maybe QEMU has a bug?

EDIT: Seems to be a bug in my epoch time <-> time and date conversion functions.

Re: When your OS goes crazy - Screenshots

Posted: Fri Mar 08, 2019 11:24 am
by SpyderTL
xSlendiX wrote:https://imgur.com/a/tI6spO6

My first visual error + cannot figure out how to print he keyboard keys thing

Image
I know that screen well. That's what happens when you dump your 16-bit IVT table at memory location 0x00 to the screen. When you see the 3 horizontal lines and a bunch of 'S' characters, that's a good sign that you've tried printing a NULL pointer to the screen.

It's actually been a while since I've seen that screen, but it does take me back to my earlier OSDev days :)

Like an old song you haven't heard in a while...

Re: When your OS goes crazy - Screenshots

Posted: Tue Mar 12, 2019 8:41 am
by K3achas
When trying a simple print statement, I managed to get to this screen. How did such a small change fail so horribly. :shock: :shock: :shock:

Re: When your OS goes crazy - Screenshots

Posted: Wed Apr 17, 2019 5:34 am
by eekee
K3achas: Wild jump which happened to land in BIOS code?
SpyderTL wrote:I know that screen well. That's what happens when you dump your 16-bit IVT table at memory location 0x00 to the screen. When you see the 3 horizontal lines and a bunch of 'S' characters, that's a good sign that you've tried printing a NULL pointer to the screen.
Good to know.
SpyderTL wrote:It's actually been a while since I've seen that screen, but it does take me back to my earlier OSDev days :)

Like an old song you haven't heard in a while...
Lots of these remind me of my Atari and MS-DOS days. :)

Re: When your OS goes crazy - Screenshots

Posted: Thu Jun 20, 2019 2:07 pm
by Monax
Image

I was working on my compositor and I got this :mrgreen:

Re: When your OS goes crazy - Screenshots

Posted: Thu Jun 20, 2019 5:38 pm
by eekee
Monax wrote:I was working on my compositor and I got this :mrgreen:
Keep the code for a screensaver -- xscreensaver did! :mrgreen: It looks a lot like like xscreensaver's "decay", but "slip" (slipped blits) is similar too.

Re: When your OS goes crazy - Screenshots

Posted: Fri Jun 21, 2019 1:55 am
by Monax
Sadly this only a appeared when I moved the mouse, so this would be a quite pointless screensaver :roll: