Page 1 of 1
Bochs and serial mice...
Posted: Mon Nov 01, 2004 12:00 am
by ComputerPsi
Recently, I enable my OS to be able to get signals from a serial mouse, on ports COM1 and COM2. Now, I was able to emulate the OS to work on Bochs.. but the mouse isn't configured to be a serial mouse.. Does anybody know how to configure that on Bochs?
Re: Bochs and serial mice...
Posted: Tue Nov 02, 2004 12:00 am
by chase
(Disclamer: I haven't done this yet)
I think mouse support under bochs works two ways:
1)Mouse emulation - If you have this setup from what I can tell bochs can capture mouse movement under Windows or Linux and turn it into mouse input but from what I can tell it only does ps2 emulation.
2)If you have a serial mouse hooked up to your physical machine you should be able to read it under bochs. You'll have to map your bochs serial ports to you host OSes serial devices. Under Linux you may have to make sure nothing else is grabbing the real serial device, like gpm.
Re: Bochs and serial mice...
Posted: Tue Nov 09, 2004 12:00 am
by ComputerPsi
Well.. 1 only seems to support a ps2 mouse, and 2, I tried it, but it doesn't work.