LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Why the Bochs Display a black screen without nothing? (https://www.linuxquestions.org/questions/linux-newbie-8/why-the-bochs-display-a-black-screen-without-nothing-814447/)

IManewer 06-16-2010 03:00 AM

Why the Bochs Display a black screen without nothing?
 
I install Bochs on Ubuntu10.04 with compile,there is noting errors.

but when I running the linuximage(download from:http://bochs.sourceforge.net/cgi-bin...projects/bochs)

Below is code:

root@IManewer-linux:/home/imanewer/Oranges/linux-img# ls
bochsout.txt bochsrc minibootable.img README TESTFORM.txt
root@IManewer-linux:/home/imanewer/Oranges/linux-img# bochs -f bochsrc
========================================================================
Bochs x86 Emulator 2.4.5
Build from CVS snapshot, on April 25, 2010
========================================================================
00000000000i[ ] reading configuration from bochsrc
------------------------------
Bochs Configuration: Main Menu
------------------------------

This is the Bochs Configuration Interface, where you can describe the
machine that you want to simulate. Bochs has already searched for a
configuration file (typically called bochsrc.txt) and loaded it if it
could be found. When you are satisfied with the configuration, go
ahead and start the simulation.

You can also start bochs with the -q option to skip these menus.

1. Restore factory default configuration
2. Read options from...
3. Edit options
4. Save options to...
5. Restore the Bochs state from...
6. Begin simulation
7. Quit now

Please choose one: [6] 6
00000000000i[ ] installing x module as the Bochs GUI
00000000000i[ ] using log file bochsout.txt
Next at t=0
(0) [0xfffffff0] f000:fff0 (unk. ctxt): jmp far f000:e05b ; ea5be000f0
<bochs:1>

bochs is running but display nothing:

bochsrc.txt:
megs: 32
romimage: file=$BXSHARE/BIOS-bochs-latest
vgaromimage: file=$BXSHARE/VGABIOS-lgpl-latest
vga: extension=vbe
floppya: 1_44=a.img, status=inserted
floppyb: 1_44=b.img, status=inserted
ata0-master: type=disk, path=minibootable.img, cylinders=900, heads=15, spt=17
boot: c
log: bochsout.txt
mouse: enabled=0
clock: sync=slowdown
vga_update_interval: 150000



Why???????????????

smeezekitty 06-17-2010 02:18 PM

Try launching with --disable-debugger.


All times are GMT -5. The time now is 08:20 PM.