Lol looks like your kmalloc showed you something went wrong with a lot of lovejrepan wrote:Bug in kmalloc made it give wrong addresses.
When your OS goes crazy - Screenshots
-
- Member
- Posts: 68
- Joined: Thu May 28, 2009 11:46 pm
Re: When your OS goes crazy - Screenshots
Tibi,
Currently working on the Lux Operating System
Currently working on the Lux Operating System
Re: When your OS goes crazy - Screenshots
found out what was wrong with my screen-shot this code solves the problem
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.
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 -
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 =)
I unintentionally wrote:
"did some cleaning. broke arm."
Thats why I never vacuum =)
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
http://github.com/Jezze/fudge/
Re: When your OS goes crazy - Screenshots
Incremented the cursor position 1 too many.
Last edited by Yargh on Thu Aug 12, 2010 11:53 pm, edited 1 time in total.
Wait... What?
-
- Member
- Posts: 68
- Joined: Thu May 28, 2009 11:46 pm
Re: When your OS goes crazy - Screenshots
A small mispell, wrote putc instead of putcolor
Tibi,
Currently working on the Lux Operating System
Currently working on the Lux Operating System
Re: When your OS goes crazy - Screenshots
That's pretty funny . I hope you can still program with the broken arm...Jezze wrote:Not exactly a screenshot but rather a commit message.
I unintentionally wrote:
"did some cleaning. broke arm."
Thats why I never vacuum =)
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.
- 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.
Re: When your OS goes crazy - Screenshots
This is what I see loading a bitmap -.- And in reverse order too =.=
- Attachments
-
- bootloader2.PNG (11.09 KiB) Viewed 9141 times
- Combuster
- 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
Bitmaps are actually stored the wrong way around
Re: When your OS goes crazy - Screenshots
Who's to say which way is right and which is wrong?
- Combuster
- 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
Me?
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)
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)
- Owen
- Member
- Posts: 1700
- Joined: Fri Jun 13, 2008 3:21 pm
- Location: Cambridge, United Kingdom
- Contact:
Re: When your OS goes crazy - Screenshots
Yes. When you're running OS/2Combuster wrote:Me?
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)
-
- 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
My OS Bootloader simply gives a bios message:
No bootable device found
May have messed up when I typed the dd stuf
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
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
- piranha
- 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
Waking this thread up!
My new panic screen is now:
Yeah. I'm a bad person. But I find it amusing. So, theres that.
-JL
My new panic screen is now:
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
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
- piranha
- 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
Why thank you. I fully agreeberkus wrote:EPIC.piranha wrote:My new panic screen is now:
-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io