OSDev.org
https://forum.osdev.org/

When your OS goes crazy - Screenshots
https://forum.osdev.org/viewtopic.php?f=1&t=18924
Page 49 of 54

Author:  K3achas [ Thu Feb 28, 2019 6:55 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

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.

Attachments:
trust-issues.gif
trust-issues.gif [ 109.4 KiB | Viewed 12410 times ]

Author:  deleted8917 [ Sun Mar 03, 2019 12:37 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

Image
My custom syscall entered in recursion, or something like that. :)

Author:  crosssans [ Mon Mar 04, 2019 3:42 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

Image
This is what happens when you incorrectly copy some data. :mrgreen:

Author:  deleted8917 [ Mon Mar 04, 2019 6:37 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

crosssans wrote:
Image
This is what happens when you incorrectly copy some data. :mrgreen:

The classical error :)

Author:  xSlendiX [ Tue Mar 05, 2019 1:57 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

https://imgur.com/a/tI6spO6

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

Author:  crosssans [ Tue Mar 05, 2019 3:44 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

xSlendiX wrote:
https://imgur.com/a/tI6spO6


Interesting. =P~

Author:  deleted8917 [ Tue Mar 05, 2019 7:14 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

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')
;)

Author:  xSlendiX [ Wed Mar 06, 2019 11:32 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

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

Author:  mallard [ Thu Mar 07, 2019 3:29 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

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.

Author:  SpyderTL [ Fri Mar 08, 2019 11:24 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

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...

Author:  K3achas [ Tue Mar 12, 2019 8:41 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

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:

Attachments:
bios.gif
bios.gif [ 60.26 KiB | Viewed 12224 times ]

Author:  eekee [ Wed Apr 17, 2019 5:34 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

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. :)

Author:  Monax [ Thu Jun 20, 2019 2:07 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

Image

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

Author:  eekee [ Thu Jun 20, 2019 5:38 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

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.

Author:  Monax [ Fri Jun 21, 2019 1:55 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

Sadly this only a appeared when I moved the mouse, so this would be a quite pointless screensaver :roll:

Page 49 of 54 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/