OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 10:22 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 43, 44, 45, 46, 47, 48, 49 ... 54  Next
Author Message
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Jun 11, 2017 6:30 pm 
Offline
Member
Member
User avatar

Joined: Wed Aug 08, 2012 6:39 am
Posts: 42
Location: New York, NY
The infamous 2048 game via ANSI escape sequences in my VGA terminal gone wrong.

Attachment:
Screen_Shot_2017-06-12_at_1_26_59_AM.png
Screen_Shot_2017-06-12_at_1_26_59_AM.png [ 116.78 KiB | Viewed 12582 times ]

_________________
Cheers,

Lev


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Jun 12, 2017 12:18 pm 
Offline
Member
Member
User avatar

Joined: Thu Oct 13, 2016 4:55 pm
Posts: 1584
Arrgggh.... bugs everywhere... My framebuffer display driver made a booboo, that's one thing, but the debugger is not perfect either :oops: As you can see backtrace is not shown properly (there are 3 more text segment addresses on top of the stack that should be there), and the disassembly is also more than interesting...
Attachment:
File comment: Bugs in showing a bug
oszpanic.png
oszpanic.png [ 9.16 KiB | Viewed 12514 times ]

Let's debug the debugger! :lol:


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Tue Jun 13, 2017 3:23 am 
Offline

Joined: Tue Jun 13, 2017 3:17 am
Posts: 23
Retracted

_________________
NekOS: https://hg.sr.ht/~scoopta/NekOS


Last edited by Scoopta on Sun Feb 10, 2019 5:22 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Jun 15, 2017 7:52 pm 
Offline
Member
Member
User avatar

Joined: Sat Dec 27, 2014 9:11 am
Posts: 901
Location: Maadi, Cairo, Egypt
Not bad for my first attempt in rendering a page delivered over HTTP.
Image

Not sure exactly why are those "href" attributes are being parsed as text and not attributes, but have many weeks to investigate.

UPDATE: A failed attempt on rendering my favorite forum.
Image

Most of this really was fixing the TCP/IP stack and not actual work on the browser itself, because my TCP/IP stack had problems when the server doesn't send the response packets in order, while the majority of sites do not actually send their packets in order. Then, when I finally had an "aww yeah" moment when my TCP/IP stack worked properly (but really slow,) I was hit with the fact that my rendering doesn't handle line overflows properly neither tables.

_________________
You know your OS is advanced when you stop using the Intel programming guide as a reference.


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Jun 15, 2017 11:44 pm 
Offline
Member
Member

Joined: Wed Jul 10, 2013 9:11 am
Posts: 51
I have a regression where my colors no longer display correctly in modes with lower than 32 BPP.


Attachments:
Screenshot_2017-06-16_01-41-06.png
Screenshot_2017-06-16_01-41-06.png [ 29.22 KiB | Viewed 12300 times ]
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Fri Jun 16, 2017 4:36 pm 
Offline

Joined: Fri Jun 16, 2017 1:51 am
Posts: 20
When you mess up a for loop while setting the page tables:

Image

Apparently it ran into hardware memory.


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sat Jun 24, 2017 12:18 pm 
Offline

Joined: Sun Apr 23, 2017 4:28 am
Posts: 14
No, this is not yet paint :D This was supposed to be mouse cursor moving on black screen. Seems my repaint function is buggy and when mouse moves down, it draws a white line :D


Attachments:
abc.png
abc.png [ 16.58 KiB | Viewed 12053 times ]
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Jul 03, 2017 2:58 pm 
Offline
User avatar

Joined: Fri Oct 14, 2016 7:37 pm
Posts: 24
Location: Canada
I replaced my kmalloc() workings with something spicier and this happened...
You can actually see the pink BSOD (more like PSOD hahaha) and I have no idea what went wrong. I suspect some corruption in the double buffering mechanism for VESA.
:(

Image

_________________
LiquiDOS, my weird hobbyist OS.
"Strive for progress, not perfection" - Anonymous


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Jul 06, 2017 3:24 am 
Offline
Member
Member

Joined: Sat Mar 21, 2009 9:42 pm
Posts: 50
An OS for AVR microcontrollers I'm working on. Testing out some new USART code


Attachments:
avr-os-fail.png
avr-os-fail.png [ 42.39 KiB | Viewed 11709 times ]
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Jul 20, 2017 7:34 am 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
Kernel decided to dump itself.


Attachments:
BugDump.png
BugDump.png [ 30.4 KiB | Viewed 11394 times ]

_________________
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Fri Sep 01, 2017 7:23 pm 
Offline
User avatar

Joined: Fri Sep 01, 2017 6:53 pm
Posts: 17
Location: Londrina - Paraná | Brazil
Gramado: Crazy window list


Attachments:
File comment: Gramado: Crazy window list
window-list.png
window-list.png [ 12.64 KiB | Viewed 10742 times ]
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Sep 13, 2017 8:51 pm 
Offline
User avatar

Joined: Thu Apr 24, 2014 1:35 pm
Posts: 13
I feel like I did good today.
Image

_________________
SAUCE CD IV - The most schwaaay OS.


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Sep 25, 2017 6:41 am 
Offline
Member
Member
User avatar

Joined: Sat Dec 17, 2016 6:58 am
Posts: 101
Location: The Internet
FelixBoop wrote:
I feel like I did good today.

Looks like some kind of ASCII game or something.

_________________
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs
Code:
while ( ! ( succeed = try() ) );


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Sep 25, 2017 6:32 pm 
Offline

Joined: Mon Sep 25, 2017 6:29 pm
Posts: 1
I see a lot of strange vga text things. I used to get that because of an overflow in my command buffer.


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Tue Sep 26, 2017 4:58 am 
Offline
Member
Member
User avatar

Joined: Sat Dec 17, 2016 6:58 am
Posts: 101
Location: The Internet
BrandonKoerner wrote:
I see a lot of strange vga text things. I used to get that because of an overflow in my command buffer.

At least they look nice :D

_________________
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs
Code:
while ( ! ( succeed = try() ) );


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 43, 44, 45, 46, 47, 48, 49 ... 54  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Amazonbot [bot], Majestic-12 [Bot] and 57 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group