Page 50 of 55

Re: When your OS goes crazy - Screenshots

Posted: Fri Nov 01, 2019 2:18 pm
by nlg
here is what happens when I boot with a multiboot image of my OS with grub. I think it is related to the bios function (int 10h, ax = 1110h) that I call to load my graphic character definition I must not return properly to the real mode because it crashed on another machine

may need to learn how to "read" this new kind of character :P

Re: When your OS goes crazy - Screenshots

Posted: Tue Dec 24, 2019 5:29 am
by iProgramInCpp
crezy.png
When I switch video modes but forget about redrawing everything to adapt to the new resolution... Gets me every time.

Re: When your OS goes crazy - Screenshots

Posted: Tue Dec 24, 2019 12:35 pm
by eekee
Yeah. :mrgreen: You want a wrapper function which runs the mode switch & sends redraw messages or whatever.

Re: When your OS goes crazy - Screenshots

Posted: Fri Dec 27, 2019 2:11 am
by PeyTy
UIMachineViewNormalClassWindow.jpg
:mrgreen:

Re: When your OS goes crazy - Screenshots

Posted: Sun Jan 05, 2020 8:42 pm
by wellwell
Image

Re: When your OS goes crazy - Screenshots

Posted: Thu Jan 09, 2020 8:17 am
by alnyan
Totally screwed up my framebuffer scrolling in console

Re: When your OS goes crazy - Screenshots

Posted: Sun Feb 02, 2020 1:21 pm
by max
Not supposed to look like that obviously :mrgreen:
Image

Re: When your OS goes crazy - Screenshots

Posted: Mon Feb 03, 2020 11:42 am
by DavidCooper
That's one of the best programming accidents I've seen: you should sell the design to a tile manufacturer, perhaps after experimenting with adjusting the contrast a bit.

Re: When your OS goes crazy - Screenshots

Posted: Wed Feb 05, 2020 3:54 pm
by max
DavidCooper wrote:That's one of the best programming accidents I've seen: you should sell the design to a tile manufacturer, perhaps after experimenting with adjusting the contrast a bit.
Hahaha indeed, I'd enjoy it in my bathroom :mrgreen:

Re: When your OS goes crazy - Screenshots

Posted: Thu Feb 13, 2020 3:05 pm
by Gigasoft
This one was kind of funny...

Re: When your OS goes crazy - Screenshots

Posted: Wed Feb 19, 2020 6:52 am
by Gigasoft
Yeah, um, that's not quite how you spell it, I think...

Re: When your OS goes crazy - Screenshots

Posted: Wed Feb 19, 2020 7:57 am
by pvc
The öuiFk Rroên fox ump√ over the lщzy log
Go home Font, you're drunk.

Re: When your OS goes crazy - Screenshots

Posted: Fri Mar 13, 2020 7:26 pm
by haybame
oops.png
oops.png (8.64 KiB) Viewed 11934 times

Re: When your OS goes crazy - Screenshots

Posted: Sat Mar 21, 2020 10:15 pm
by Kaisogen
I'm in the middle of rewriting some core printing functions, and I accidentally broke my text scrolling function. I thought the result looked funny!

(I haven't been on this forum in years, I was super young when I was fascinated with this hobby, and now I'm actually developing my own! It's exhilarating)

Re: When your OS goes crazy - Screenshots

Posted: Sun Mar 22, 2020 10:14 pm
by Scoopta
The definition of undefined behavior, accidentally putting the top of your stack into %rsp instead of the bottom and constantly being in a stack overflow. This took me forever to debug. Not a super crazy looking breakage but it displayed the panic image slightly corrupted without any of the panic debug info.
nekos.png