weird problem running in real hardware

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
pradeep

weird problem running in real hardware

Post by pradeep »

just now paging is implemented it executes fine in bochs n vmware but in real hardware it restarts. On pressing a key it works fine. Whenever executing in real hardware i have to press the key at beginning r else it restarts. I am not quite sure which part of code to send. The code is a big mess becoz i donno that much assembly
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:weird problem running in real hardware

Post by Pype.Clicker »

I suggest you get a look at the FAQ (esp. the troubleshooting section) and check if you're not reproducing a common error, such as failing to check everything got loaded, assuming memory contains zeroes, etc.

I also suggest you make your code less messy: that'll ease you finding what's getting wrong.

'n finally: if u c'd avoid to overuse abbrv. becoz it's h4rd3r 2 read u that way.
Post Reply