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

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

Author:  chibicitiberiu [ Sun Aug 01, 2010 10:59 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

jrepan wrote:
Bug in kmalloc made it give wrong addresses.


Lol looks like your kmalloc showed you something went wrong with a lot of love :D

Author:  bobman801 [ Mon Aug 02, 2010 7:07 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

found out what was wrong with my screen-shot this code solves the problem

Code:
db 0


:)

I was testing words not bytes so my lodsw grabed my 0 at the end of the line and then some untill it started printing the idt, it probably stopped at the offset[16-31] part of the first desctriptor because I'm still working in the real mode memory range. I feel better now but just a bit silly.

Author:  Jezze [ Tue Aug 03, 2010 6:15 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

Not exactly a screenshot but rather a commit message.

I unintentionally wrote:
"did some cleaning. broke arm."

Thats why I never vacuum =)

Author:  Yargh [ Tue Aug 03, 2010 11:29 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

Incremented the cursor position 1 too many.
Image

Author:  chibicitiberiu [ Tue Aug 10, 2010 10:20 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

Attachment:
strange_crash.png
strange_crash.png [ 4.65 KiB | Viewed 7928 times ]


A small mispell, wrote putc instead of putcolor :D

Author:  Candy [ Tue Aug 10, 2010 11:36 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

Jezze wrote:
Not exactly a screenshot but rather a commit message.

I unintentionally wrote:
"did some cleaning. broke arm."

Thats why I never vacuum =)


That's pretty funny :-). I hope you can still program with the broken arm...

Author:  Candy [ Fri Sep 10, 2010 10:18 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

The cause:
- Add alpha blending support for the mouse
- Regenerate all textures in ARGB format. Forget to do the user background (because it's in a different folder).
- Not clear the backbuffer when switching users (as they all have an opaque background)
- Draw those opaque backgrounds with transparency aware code.
- Login as that user.

Attachments:
oops.png
oops.png [ 559.67 KiB | Viewed 7753 times ]

Author:  Karlosoft [ Sat Sep 11, 2010 5:19 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

This is what I see loading a bitmap -.- And in reverse order too =.=

Attachments:
bootloader2.PNG
bootloader2.PNG [ 11.09 KiB | Viewed 7695 times ]

Author:  Combuster [ Sat Sep 11, 2010 6:27 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

Bitmaps are actually stored the wrong way around :wink:

Author:  TylerH [ Sun Sep 12, 2010 4:09 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

Who's to say which way is right and which is wrong?

Author:  Combuster [ Mon Sep 13, 2010 1:59 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

Me? :twisted:

Consider this: did you ever find a case where you could load a bitmap and use it as-is, without flipping it upside down in software (that also means not using API calls as they do it as well)

Author:  Owen [ Mon Sep 13, 2010 2:18 am ]
Post subject:  Re: When your OS goes crazy - Screenshots

Combuster wrote:
Me? :twisted:

Consider this: did you ever find a case where you could load a bitmap and use it as-is, without flipping it upside down in software (that also means not using API calls as they do it as well)


Yes. When you're running OS/2 ;)

Author:  arjo129 [ Tue Sep 28, 2010 10:08 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

My OS Bootloader simply gives a bios message:
No bootable device found
May have messed up when I typed the dd stuf :)

Author:  piranha [ Sun Oct 17, 2010 2:39 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

Waking this thread up!

My new panic screen is now:
Image

Yeah. I'm a bad person. But I find it amusing. So, theres that.

-JL

Author:  piranha [ Sun Oct 17, 2010 2:43 pm ]
Post subject:  Re: When your OS goes crazy - Screenshots

berkus wrote:
piranha wrote:
My new panic screen is now:


EPIC.


Why thank you. I fully agree :D

-JL

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