VMware Workstation shows a blank screen with white cursor

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
omidsadeghi
Posts: 1
Joined: Mon Nov 27, 2023 12:07 pm

VMware Workstation shows a blank screen with white cursor

Post by omidsadeghi »

Hello guys,

I'm super new to OS development.

I made a simple 512-byte "Hello World" bootloader with nasm and I loaded the binary file into a virtual floppy disk in Virtual Box and it worked.

Then I wanted to made an .iso image from the binary file. Using the instructions given on this topic, I managed to make an .iso and then loaded it into a virtual CD drive on Virtual box and again it worked perfectly.

But now when I try to use the same .iso in VMWare Workstation, the virtual machine boots but it shows a blank screen with a blinking white cursor indefinitely and does not show my "Hello World" string at all. To make sure that my string is not even displayed briefly, I captured desktop and then played the video frame by frame and nothing appeared but the same blank screen.

I attached the screen capture in case it is useful.
Octocontrabass
Member
Member
Posts: 5560
Joined: Mon Mar 25, 2013 7:01 pm

Re: VMware Workstation shows a blank screen with white curso

Post by Octocontrabass »

It's probably a bug in your code. For example, you might have forgotten to initialize a segment register or clear the direction flag.
Post Reply