OSDev.org

The Place to Start for Operating System Developers
It is currently Fri Mar 29, 2024 6:01 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Bochs emulator blank screen nothing else just blank,
PostPosted: Sat Apr 29, 2017 7:07 am 
Offline
Member
Member

Joined: Sat Apr 29, 2017 6:56 am
Posts: 26
Bochs emulator displays blanks screen bios and vga rom are not loaded , my config file is configured correct but displaying nothing , i am attaching file(config and outputfile). Hope i find some help


Attachments:
bochsrc.txt [1.69 KiB]
Downloaded 56 times
bochout.txt [11.47 KiB]
Downloaded 43 times
Top
 Profile  
 
 Post subject: Re: Bochs emulator blank screen nothing else just blank,
PostPosted: Sat Apr 29, 2017 8:30 am 
Offline
Member
Member
User avatar

Joined: Thu Jul 12, 2012 7:29 am
Posts: 723
Location: Tallinn, Estonia
it quits because nothing to boot?

_________________
Learn to read.


Top
 Profile  
 
 Post subject: Re: Bochs emulator blank screen nothing else just blank,
PostPosted: Sat Apr 29, 2017 2:50 pm 
Offline
Member
Member

Joined: Sat Apr 29, 2017 6:56 am
Posts: 26
My floppy is loaded with and without boot signature, but again same blank screen


Top
 Profile  
 
 Post subject: Re: Bochs emulator blank screen nothing else just blank,
PostPosted: Sat Apr 29, 2017 11:15 pm 
Offline
Member
Member
User avatar

Joined: Sun Feb 18, 2007 7:28 pm
Posts: 1564
Hello,

According to the output, the roms appear to be loaded without error. Also, note that the floppy boot signature check is enabled, so make sure the last two bytes are correct (verify with a hex editor if possible):
Code:
00000000000i[HD   ] Floppy boot signature check is enabled
00000000000i[MEM0 ] rom at 0xfffe0000/131072 ('/usr/share/bochs/BIOS-bochs-latest')
00000000000i[MEM0 ] rom at 0xc0000/41472 ('/usr/share/bochs/VGABIOS-lgpl-latest')
Are you running bochs or bochsdbg? What happens if you run bochsdbg with the same configuration? (You will need to hit "c" (Continue) in the console window.) Given the last bit of output, I suspect you are just running the debugger and not telling it to Continue.

_________________
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}


Top
 Profile  
 
 Post subject: Re: Bochs emulator blank screen nothing else just blank,
PostPosted: Mon May 22, 2017 1:21 am 
Offline
Member
Member

Joined: Sat Apr 29, 2017 6:56 am
Posts: 26
Yes i got it working


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

All times are UTC - 6 hours


Who is online

Users browsing this forum: Majestic-12 [Bot] and 168 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