Bugs, errors, anything strange

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
Masterkiller
Member
Member
Posts: 153
Joined: Sat May 05, 2007 6:20 pm

Bugs, errors, anything strange

Post by Masterkiller »

Not always everything works perfectly even on most famous OS and on the best hardware. I was wondering if somebody had seen some strange, unexepcted or unexplainable things in OS, hardware or else. I think it is a good idea this bugs be documented and accidentally discovering a bug maybe quite fun :D

I notice something strange in MS Visual Studio 2005 Disassembler. The instruction for moving from/to mem16/reg16 to/from segment is designed for 8 segments but there are only 6. So the debugger show last two segments as ?? but the instruction is valid ;)
Attachments
where.png
where.png (26.1 KiB) Viewed 719 times
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

When I was fiddling with BIOS floppy default settings in my OS to increase floppy disk reliability, I've made the disk drive no longer read properly until you would turn off the PC. Plus, if you would remove the floppy when the drive was reading from it, the floppy drive would sound like a compressor motor :lol:... http://inflaters-site.info/zvuk.wav.WAV

When I was trying to set my OS's character codepage to show middle-European characters properly, the screen went corrupted with unreadable characters (many times, many tries), but it was nothing serious.
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
Post Reply