When your OS goes crazy - Screenshots

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
chibicitiberiu
Member
Member
Posts: 68
Joined: Thu May 28, 2009 11:46 pm

Re: When your OS goes crazy - Screenshots

Post by chibicitiberiu »

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
Tibi,
Currently working on the Lux Operating System
User avatar
bobman801
Posts: 9
Joined: Wed Aug 26, 2009 9:25 pm
Location: New Zealand

Re: When your OS goes crazy - Screenshots

Post by bobman801 »

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

Code: Select all

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.
- Bobman801 -
User avatar
Jezze
Member
Member
Posts: 395
Joined: Thu Jul 26, 2007 1:53 am
Libera.chat IRC: jfu
Contact:

Re: When your OS goes crazy - Screenshots

Post by Jezze »

Not exactly a screenshot but rather a commit message.

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

Thats why I never vacuum =)
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
Yargh
Member
Member
Posts: 56
Joined: Sat Jun 12, 2010 9:04 pm
Location: Somewhere else.

Re: When your OS goes crazy - Screenshots

Post by Yargh »

Incremented the cursor position 1 too many.
Image
Last edited by Yargh on Thu Aug 12, 2010 11:53 pm, edited 1 time in total.
Wait... What?
chibicitiberiu
Member
Member
Posts: 68
Joined: Thu May 28, 2009 11:46 pm

Re: When your OS goes crazy - Screenshots

Post by chibicitiberiu »

strange_crash.png
strange_crash.png (4.65 KiB) Viewed 8577 times
A small mispell, wrote putc instead of putcolor :D
Tibi,
Currently working on the Lux Operating System
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re: When your OS goes crazy - Screenshots

Post by Candy »

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...
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re: When your OS goes crazy - Screenshots

Post by Candy »

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
User avatar
Karlosoft
Member
Member
Posts: 277
Joined: Thu Feb 14, 2008 10:46 am
Location: Italy
Contact:

Re: When your OS goes crazy - Screenshots

Post by Karlosoft »

This is what I see loading a bitmap -.- And in reverse order too =.=
Attachments
bootloader2.PNG
bootloader2.PNG (11.09 KiB) Viewed 8344 times
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: When your OS goes crazy - Screenshots

Post by Combuster »

Bitmaps are actually stored the wrong way around :wink:
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
TylerH
Member
Member
Posts: 285
Joined: Tue Apr 13, 2010 8:00 pm
Contact:

Re: When your OS goes crazy - Screenshots

Post by TylerH »

Who's to say which way is right and which is wrong?
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: When your OS goes crazy - Screenshots

Post by Combuster »

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)
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Owen
Member
Member
Posts: 1700
Joined: Fri Jun 13, 2008 3:21 pm
Location: Cambridge, United Kingdom
Contact:

Re: When your OS goes crazy - Screenshots

Post by Owen »

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 ;)
arjo129
Posts: 21
Joined: Mon May 03, 2010 10:19 pm
Location: Asia, Planet Earth, Solar system, Milky way

Re: When your OS goes crazy - Screenshots

Post by arjo129 »

My OS Bootloader simply gives a bios message:
No bootable device found
May have messed up when I typed the dd stuf :)
Zephirum OS- Super secure http://code.google.com/p/zephirum-server/
Number of blue screens of death I have seen: 19
Number of apple OS X kernel panics I have seen: 2
Number of linux kernel panics I have seen: 0
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Re: When your OS goes crazy - Screenshots

Post by piranha »

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
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Re: When your OS goes crazy - Screenshots

Post by piranha »

berkus wrote:
piranha wrote:My new panic screen is now:
EPIC.
Why thank you. I fully agree :D

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Post Reply