OSDev.org

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

All times are UTC - 6 hours




Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 54  Next
Author Message
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Aug 01, 2010 10:59 pm 
Offline
Member
Member

Joined: Thu May 28, 2009 11:46 pm
Posts: 68
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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Aug 02, 2010 7:07 pm 
Offline
User avatar

Joined: Wed Aug 26, 2009 9:25 pm
Posts: 9
Location: New Zealand
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.

_________________
- Bobman801 -


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Tue Aug 03, 2010 6:15 am 
Offline
Member
Member
User avatar

Joined: Thu Jul 26, 2007 1:53 am
Posts: 395
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/


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Tue Aug 03, 2010 11:29 pm 
Offline
Member
Member

Joined: Sat Jun 12, 2010 9:04 pm
Posts: 56
Location: Somewhere else.
Incremented the cursor position 1 too many.
Image

_________________
Wait... What?


Last edited by Yargh on Thu Aug 12, 2010 11:53 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Tue Aug 10, 2010 10:20 am 
Offline
Member
Member

Joined: Thu May 28, 2009 11:46 pm
Posts: 68
Attachment:
strange_crash.png
strange_crash.png [ 4.65 KiB | Viewed 7925 times ]


A small mispell, wrote putc instead of putcolor :D

_________________
Tibi,
Currently working on the Lux Operating System


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Tue Aug 10, 2010 11:36 am 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Fri Sep 10, 2010 10:18 am 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 11:33 pm
Posts: 3882
Location: Eindhoven
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 7750 times ]
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sat Sep 11, 2010 5:19 am 
Offline
Member
Member
User avatar

Joined: Thu Feb 14, 2008 10:46 am
Posts: 277
Location: Italy
This is what I see loading a bitmap -.- And in reverse order too =.=


Attachments:
bootloader2.PNG
bootloader2.PNG [ 11.09 KiB | Viewed 7692 times ]
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sat Sep 11, 2010 6:27 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 3:45 am
Posts: 9301
Location: On the balcony, where I can actually keep 1½m distance
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 ]


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Sep 12, 2010 4:09 pm 
Offline
Member
Member

Joined: Tue Apr 13, 2010 8:00 pm
Posts: 285
Who's to say which way is right and which is wrong?


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Sep 13, 2010 1:59 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 3:45 am
Posts: 9301
Location: On the balcony, where I can actually keep 1½m distance
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 ]


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Sep 13, 2010 2:18 am 
Offline
Member
Member
User avatar

Joined: Fri Jun 13, 2008 3:21 pm
Posts: 1700
Location: Cambridge, United Kingdom
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 ;)


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Tue Sep 28, 2010 10:08 pm 
Offline

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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Oct 17, 2010 2:39 pm 
Offline
Member
Member
User avatar

Joined: Thu Dec 21, 2006 7:42 pm
Posts: 1391
Location: Unknown. Momentum is pretty certain, however.
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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Oct 17, 2010 2:43 pm 
Offline
Member
Member
User avatar

Joined: Thu Dec 21, 2006 7:42 pm
Posts: 1391
Location: Unknown. Momentum is pretty certain, however.
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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 54  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 48 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