VMWare ping-pong

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
BlackIce
Posts: 8
Joined: Fri Feb 08, 2013 9:58 am

VMWare ping-pong

Post by BlackIce »

Hi guys, I'm new to the OS development. I'm playing with my boot sector and using the following assembler instruction (jmp $) to hung the execution at some point. The problem is that VMWare displays ping-pong and I don't know how to get rid from it. I want to see my debug messages instead!
Attachments
Playing ping-pong with VMWare
Playing ping-pong with VMWare
MDenham
Member
Member
Posts: 62
Joined: Sat Nov 10, 2012 1:16 pm

Re: VMWare ping-pong

Post by MDenham »

First result from googling "vmware pong".

The last post on page 1 mentions that attempting to read beyond the end of a floppy disk will give you data that matches a bootable floppy with Pong on it.

(Also, hitting every modifier (Ctrl-Alt-Windows-Shift or Command-Control-Option-Shift) + V will bring it up/cancel it as well.)
BlackIce
Posts: 8
Joined: Fri Feb 08, 2013 9:58 am

Re: VMWare ping-pong

Post by BlackIce »

Thanks! I found a mistake and solved the problem. I did error in assembler syntax and my boot sector was not compiled at all. :)
Post Reply