OSDev.org

The Place to Start for Operating System Developers
It is currently Sat Apr 27, 2024 10:54 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: VMware Workstation shows a blank screen with white cursor
PostPosted: Mon Nov 27, 2023 12:40 pm 
Offline

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


Top
 Profile  
 
 Post subject: Re: VMware Workstation shows a blank screen with white curso
PostPosted: Tue Feb 13, 2024 12:31 pm 
Offline
Member
Member

Joined: Mon Mar 25, 2013 7:01 pm
Posts: 5146
It's probably a bug in your code. For example, you might have forgotten to initialize a segment register or clear the direction flag.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Google [Bot] and 33 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group