I installed the bochs by using the command apt-get at first!It's all right when I typed "bochs -f bochsrc"with my config to run my program,It is also showed me a window(emulator screen) with some characters which I expected!
I want to use the debugger function of the bochs,So I svn a new version of bochs-2.4.1 and compiled by my self and uninstall the previous one!OK, I can debugger the program but there is nothing in the emulator screen!
So I removed the bochs-2.4.1 and installed the bochs from the apt package again!However,there is nothing in the emulator screen and the terminal always show the info of VGA like blow:
Here is my bochs' log file bochsout.txt00006000000e[VGA ] character height = 1, skipping text update
00006080000e[VGA ] character height = 1, skipping text update
00006160000e[VGA ] character height = 1, skipping text update
00006240000e[VGA ] character height = 1, skipping text update
00006320000e[VGA ] character height = 1, skipping text update
00006400000e[VGA ] character height = 1, skipping text update
00006480000e[VGA ] character height = 1, skipping text update
http://docs.google.com/View?id=dfcp2gcf_187g993pzhm
I guess may the BIOS-bochs-latest is wrong!
TX !