OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 4:35 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 47, 48, 49, 50, 51, 52, 53, 54  Next
Author Message
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Fri Nov 01, 2019 2:18 pm 
Offline
Member
Member

Joined: Mon Mar 14, 2016 5:34 am
Posts: 40
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


Attachments:
IMG_20191101_192925.jpg
IMG_20191101_192925.jpg [ 110.26 KiB | Viewed 13643 times ]
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Tue Dec 24, 2019 5:29 am 
Offline
Member
Member

Joined: Sun Apr 21, 2019 7:39 am
Posts: 76
Attachment:
crezy.png
crezy.png [ 15.94 KiB | Viewed 12470 times ]


When I switch video modes but forget about redrawing everything to adapt to the new resolution... Gets me every time.

_________________
Hey! I'm developing two operating systems:

NanoShell --- A 32-bit operating system whose GUI takes inspiration from Windows 9x and early UNIX desktop managers.
Boron --- A portable SMP operating system taking inspiration from the design of the Windows NT kernel.


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Tue Dec 24, 2019 12:35 pm 
Offline
Member
Member
User avatar

Joined: Mon May 22, 2017 5:56 am
Posts: 812
Location: Hyperspace
Yeah. :mrgreen: You want a wrapper function which runs the mode switch & sends redraw messages or whatever.

_________________
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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Fri Dec 27, 2019 2:11 am 
Offline
User avatar

Joined: Mon Dec 23, 2019 1:38 am
Posts: 17
Attachment:
UIMachineViewNormalClassWindow.jpg
UIMachineViewNormalClassWindow.jpg [ 109.3 KiB | Viewed 12353 times ]


:mrgreen:

_________________
https://github.com/GreenteaOS (My OS compatible with Windows .exe)
GreenteaOS Telegram News & Chat
GreenteaOS Discord


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Jan 05, 2020 8:42 pm 
Offline

Joined: Wed Jul 24, 2019 6:26 am
Posts: 8
Image


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Jan 09, 2020 8:17 am 
Offline

Joined: Thu Mar 07, 2019 2:31 am
Posts: 9
Location: Kyiv, Ukraine
Totally screwed up my framebuffer scrolling in console


Attachments:
scr1.png
scr1.png [ 56.52 KiB | Viewed 12166 times ]

_________________
https://github.com/alnyan/ygg-kernel-amd64
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Feb 02, 2020 1:21 pm 
Offline
Member
Member
User avatar

Joined: Mon Mar 05, 2012 11:23 am
Posts: 616
Location: Germany
Not supposed to look like that obviously :mrgreen:
Image

_________________
Ghost OS - GitHub


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Feb 03, 2020 11:42 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 27, 2010 4:53 pm
Posts: 1150
Location: Scotland
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.

_________________
Help the people of Laos by liking - https://www.facebook.com/TheSBInitiative/?ref=py_c

MSB-OS: http://www.magicschoolbook.com/computing/os-project - direct machine code programming


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Feb 05, 2020 3:54 pm 
Offline
Member
Member
User avatar

Joined: Mon Mar 05, 2012 11:23 am
Posts: 616
Location: Germany
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:

_________________
Ghost OS - GitHub


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Feb 13, 2020 3:05 pm 
Offline
Member
Member

Joined: Sat Nov 21, 2009 5:11 pm
Posts: 852
This one was kind of funny...


Attachments:
font_bug.png
font_bug.png [ 6.68 KiB | Viewed 11439 times ]
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Feb 19, 2020 6:52 am 
Offline
Member
Member

Joined: Sat Nov 21, 2009 5:11 pm
Posts: 852
Yeah, um, that's not quite how you spell it, I think...


Attachments:
font_bug2.png
font_bug2.png [ 27.75 KiB | Viewed 11324 times ]
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Feb 19, 2020 7:57 am 
Offline
Member
Member
User avatar

Joined: Mon Jan 15, 2018 2:27 pm
Posts: 201
The öuiFk Rroên fox ump√ over the lщzy log
Go home Font, you're drunk.


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Fri Mar 13, 2020 7:26 pm 
Offline

Joined: Mon Mar 09, 2020 5:06 pm
Posts: 16
Attachment:
oops.png
oops.png [ 8.64 KiB | Viewed 10998 times ]


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sat Mar 21, 2020 10:15 pm 
Offline
User avatar

Joined: Tue Apr 26, 2016 3:50 pm
Posts: 10
Location: South Carolina
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)


Attachments:
scroll.png
scroll.png [ 12.83 KiB | Viewed 10831 times ]

_________________
KoiOS: https://github.com/GabrielRRussell/KoiOS
Code:
#define CURRENT_YEAR 2014 // Change this each year!
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Mar 22, 2020 10:14 pm 
Offline

Joined: Tue Jun 13, 2017 3:17 am
Posts: 23
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.
Attachment:
nekos.png
nekos.png [ 60.95 KiB | Viewed 10787 times ]

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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 47, 48, 49, 50, 51, 52, 53, 54  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Google [Bot] and 77 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