mainPlex86 Virtual Machine - Support: sr #100819, Fatal monitor error (installing...

 
 

sr #100819: Fatal monitor error (installing win98)

Submitter:  None
Submitted:  Sat 27 Apr 2002 04:30:42 PM UTC
   
 
Category:  Emulation/Virtualization Error Priority:  5 - Normal
Severity:  2 - Minor Status:  None
Privacy:  Public Assigned to:  RvnPhnx
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 06 Oct 2004 09:14:46 AM UTC, comment #3: 

a

Anonymous
Fri 07 Feb 2003 04:52:02 PM UTC, comment #2: 


I'll have to check out the code to emulate the lcall.  Some
of Kevin's code is a little cryptic, to say the very
least....

Drew Northup N1XIM <RvnPhnx>
Group administrator
Sun 01 Dec 2002 12:51:48 PM UTC, comment #1: 


Exactly the same happens for me.
Baldvin

Anonymous
Sat 27 Apr 2002 04:30:42 PM UTC, original submission:  


Latest CVS as of Apr 27 1AM EDT

I have a 1gig disk image with the windows setup files,
I boot from a floppy image (Win98 startup disc). After
starting setup, It runs Scandisk, "Scanning System
Registry", "Copy files for Windows Setup" aannd...

bochs: vga: io write: 3cf: reg 05: value = 10h
bochs: vga: io write: 3da: ignoring: feature ctrl &
vert sync
bochs: * io read 3c5 case 1: sequencer clocking mode
bochs: vga: io write 3c0: address mode reg=16
bochs: vga: io write 3c0: address mode reg=17
bochs: vga: io write 3c0: address mode reg=18
bochs: vga: io write 3c0: address mode reg=19
bochs: vga: io write 3c0: address mode reg=20
bochs: update(): color text mode: mem map is 1
bochs: * io read 3c5 case 1: sequencer clocking mode
bochs: vga: io write: 3cf: reg 05: value = 10h
bochs: * io read 3c5 case 1: sequencer clocking mode
bochs: vga: io write 3c0: address mode reg=16
::call_pro: type = 4

::plex86 panic:
::call_pro: type = 4

Fatal monitor error caused Panic
eax:0x4b
ebx:0x3e5a
ecx:0x0
edx:0x40004
ebp:0x0
esi:0x35ec
edi:0xfff0078
esp:0xf8
eflags:0x3002
eip:0xb79
cs:s=0x5b, dl=0x2850ffff, dh=0xfb04, valid=1
ss:s=0x4b, dl=0xe5a0ffff, dh=0xf303, valid=1
ds:s=0x4b, dl=0xe5a0ffff, dh=0xf303, valid=1
es:s=0x4b, dl=0xe5a0ffff, dh=0xf303, valid=1
fs:s=0x4b, dl=0xe5a0ffff, dh=0xf303, valid=1
gs:s=0x4b, dl=0xe5a0ffff, dh=0xf303, valid=1
ldtr:s=0x38, dl=0x4c50ffef, dh=0xe231, valid=1
tr:s=0x88, dl=0xe6f0002b, dh=0xe103, valid=1
gdtr:base=0x310800, limit=0x11f
idtr:base=0x310000, limit=0x7ff
dr0:0x0
dr1:0x0
dr2:0x0
dr3:0x0
dr6:0xffff0ff0
dr7:0x400
tr3:0x0
tr4:0x0
tr5:0x0
tr6:0x0
tr7:0x0
cr0:0x31
cr1:0x0
cr2:0x0
cr3:0x0
cr4:0x0
inhibit_mask:0
Stack dump:
Current instruction:
 005B.00000B79  9A0000CB00               lcall 
$0x00cb, $0x0000

Shutting down plugins
bochs: Note: X11: bx_gui_c::exit() not implemented yet.
Unmapping guest physical memory.
Unmapping monitor print buffer.
Tearing down VM
Closing VM

my conf looks like this:

####################################################################
  
# Memory settings                                    
                
####################################################################
  
                                                     
                
# number of megabytes for vm                         
                
memory = 32                                          
                
                                                     
                
                                                     
                
####################################################################
  
# Plugins                                            
                
####################################################################
  
                                                     
                
plugin = ./plugins/bochs/plugin-bochs.so             
                
                                                     
                
bochs-opt boot: a                                    
                
bochs-opt diskc: file="/root/1G.IMG", cyl=2114,
heads=16, spt=63       
bochs-opt floppya: 1_44="/root/win98boot.img",
status=inserted         
bochs-opt keyboard_serial_delay: 200                 
                
bochs-opt floppy_command_delay: 500                  
                
bochs-opt vga_update_interval: 200000                
                
bochs-opt mouse: enabled=0                           
                
bochs-opt private_colormap: enabled=0                
                
bochs-opt i440fxsupport: enabled=1                   
                
bochs-opt newharddrivesupport: enabled=1             
                
bochs-opt ips: 1000000                               
                
bochs-opt time0: 938581955                           
                
                                                     
                
plugin = ./plugins/bochs/iodev/cmos.so               
                
plugin = ./plugins/bochs/iodev/dma.so                
                
plugin = ./plugins/bochs/iodev/system.so             
                
plugin = ./plugins/bochs/iodev/vga.so                
                
plugin = ./plugins/bochs/iodev/serial.so             
                
plugin = ./plugins/bochs/iodev/parallel.so           
                
plugin = ./plugins/bochs/iodev/keyboard.so           
                
plugin = ./plugins/bochs/iodev/floppy.so             
                
plugin = ./plugins/bochs/iodev/harddrv.so            
                
                                                     
                
CMOSChecksum                                         
                
                                                     
                
# The system BIOS                                    
                
load-rom: file=../bios/BIOS-plex86-current,
address=0xf0000            
                                                     
                
# The VGA BIOS                                       
                
load-rom: file=../bios/VGABIOS-elpin-2.40,
address=0xc0000             
                                                     
                
                                                     
                
####################################################################
  
# Debugging settings                                 
                
####################################################################
  
                                                     
                
# syntax for disassembly                             
                
db_syntax = at&t                                     
                
                                                     
                
                                                     
                
####################################################################
  
# VM tweaks                                          
                
####################################################################
  
                                                     
                
# Maximum depth that the scan-before-execute code will
try             
# to recursively prescan code in the current code page,
by             
# following intra-page branches.                     
                
prescan: depth = 3, ring3 = on                       
                
                                                     
                
                                                     
                                                     
                                 

I appreciate any help you can give.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2003-02-07 RvnPhnx Assigned toNone None

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code