This happened when I accidentally tried to boot a full GRUB .iso image as a kernel in Qemu. Took me longer than I'd care to admit to figure out what was causing it
When your OS goes crazy - Screenshots
Re: When your OS goes crazy - Screenshots
Here's one:
This happened when I accidentally tried to boot a full GRUB .iso image as a kernel in Qemu. Took me longer than I'd care to admit to figure out what was causing it
This happened when I accidentally tried to boot a full GRUB .iso image as a kernel in Qemu. Took me longer than I'd care to admit to figure out what was causing it
-
NotYourFox
- Posts: 3
- Joined: Sun Jun 02, 2024 6:29 am
Re: When your OS goes crazy - Screenshots
I have a problem with old (24 y.o.) hardware. When I try to scroll in VESA (using fast memcpy), it starts the simulation of a broken display (color flooding and occasional strips). Just on this one, and only with my OS.
Can't really take a screenshot of it though, unfortunately
Can't really take a screenshot of it though, unfortunately
-
EmanueleDavalli
- Posts: 7
- Joined: Fri Sep 20, 2024 10:36 am
Re: When your OS goes crazy - Screenshots
Some years ago, when I tried to write a native driver for the Intel integrated GPU of my old PC.
I was accidentally writing in text mode (0xb8000) after modesetting (or viceversa writing in the framebuffer while still in text mode, my memory of this particular bug is fuzzy)
I was accidentally writing in text mode (0xb8000) after modesetting (or viceversa writing in the framebuffer while still in text mode, my memory of this particular bug is fuzzy)
-
techdude17
- Member

- Posts: 38
- Joined: Fri Dec 23, 2022 1:06 pm
Re: When your OS goes crazy - Screenshots
My OS dying in pretty boring way :/
- Attachments
-
- died.png (4.96 KiB) Viewed 206107 times
-
EmanueleDavalli
- Posts: 7
- Joined: Fri Sep 20, 2024 10:36 am
Re: When your OS goes crazy - Screenshots
Ported libjpeg-turbo but used it wrong


- adev5311
- Posts: 11
- Joined: Sun Oct 13, 2024 2:29 am
- Libera.chat IRC: adev531
- GitHub: https://github.com/adev531
Re: When your OS goes crazy - Screenshots
Craziest bug in my OS has been removed, but...
When paging error occurred in the OS, qemu actually crashes.
When paging error occurred in the OS, qemu actually crashes.
- Attachments
-
- 스크린샷, 2024-10-20 20-46-15.png (8.7 KiB) Viewed 205567 times
Hello, hi.
I'm alt account.
I'm alt account.
-
AnotherIdiot
- Posts: 22
- Joined: Sat Sep 28, 2024 8:00 pm
- GitHub: https://codeberg.org/ThatOSDeveloper/
Re: When your OS goes crazy - Screenshots
POV:


Last edited by AnotherIdiot on Fri May 23, 2025 6:03 am, edited 3 times in total.
May we take hands in a prayer, kind soul. May your SCI trigger, and your AML parse.
Re: When your OS goes crazy - Screenshots

this is what happens when you turn a riva 128 off mid-frame by disabling the entire gpu. not my os but someone writing direct access code. the os was still active and they were able to acpi power down.
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
- max
- Member

- Posts: 637
- Joined: Mon Mar 05, 2012 11:23 am
- Libera.chat IRC: maxdev
- Location: Germany
- Contact:
Re: When your OS goes crazy - Screenshots
I'm working on the desktop being an own application and if it dies it looks funny. I know the partial screen refreshing is working though


Re: When your OS goes crazy - Screenshots
This is how errors are shown in my current FPGA development:

An PCIe connected FPGA can really break anything in an OS, and in BIOS too. In the current scenario, a bug creates errors in a physical memory structure, which crashes the driver & application. I''ve also had crashes caused by writing to physical address zero, which makes the PC fail to boot.

An PCIe connected FPGA can really break anything in an OS, and in BIOS too. In the current scenario, a bug creates errors in a physical memory structure, which crashes the driver & application. I''ve also had crashes caused by writing to physical address zero, which makes the PC fail to boot.
Re: When your OS goes crazy - Screenshots
Hey! recently I had crazy things happened so I share here:

This one was actually animated but I didn't record the animation


This one was actually animated but I didn't record the animation

-
TheCodingKnight
- Posts: 4
- Joined: Wed Nov 12, 2025 7:48 pm
Re: When your OS goes crazy - Screenshots
Doesn't it look like braille? 
-
GhostedGaming
- Member

- Posts: 35
- Joined: Wed Jul 02, 2025 11:46 pm
- Libera.chat IRC: GhostedGaming
Re: When your OS goes crazy - Screenshots
its screaming for help in Morse codeTroy Martin wrote: ↑Sat Jan 17, 2009 6:00 pm This happened when I tried to do 8x8 font in 640x480 VGA mode![]()
