Sent: Tuesday, August 08, 2006 3:31 AM Fabrice Bellard wrote:
> Hi,
>
> I find it strange that there is no win32 API to know the size of a
> CD-ROM. Maybe a CD-ROM specific IOCTL exists ?
>
Yes, it does. An attached patch gets a size of raw CD-ROM and raw hard disk.
> About the windows device pa
Hi,
Attached patch, in addition to Anthony's, improves VNC keyboard
support for AltGr and extended characters.
I've only modified Spanish "es" keymap, but should be trivial to
update other keymaps in a similar manner.
This is my first patch submission, so please be lenient :)
Regards,
Eduardo
On Tuesday 08 August 2006 16:04, Christian Roepke wrote:
> Hi,
>
> I consider to port qemu to another ARM platform so that I have a software
> simulator for my microcontroller board. There is an ARM926EJ-S core on my
> board which is backwards compatible from ARM7. Hence I must not port the
> cpu c
Hi,
I consider to port qemu to another ARM platform so that I have a software
simulator for my microcontroller board. There is an ARM926EJ-S core on my board
which is backwards compatible from ARM7. Hence I must not port the cpu core
only the interrupt controller, timer, uart, ... I hope that such
On Tue, 2006-08-08 at 03:20 -0700, Tieu Ma Dau wrote:
> Hi all,
> I ran successfully Qemu to simulate ARM system on Linux host with the
> following command:
> ./qemu-system-arm -kernel zImage.integratorCP -append "root=/dev/nfs
> nfsroot=192.168.7.1:/mnt/nfsqemu rw
> ip=192.168.7.2::192.168.7.1:255
Hi all,I ran successfully Qemu to simulate ARM system on Linux host with the following command:./qemu-system-arm -kernel zImage.integratorCP -append "root=/dev/nfs nfsroot=192.168.7.1:/mnt/nfsqemu rw ip=192.168.7.2::192.168.7.1:255.255.255.0 " -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=.
On Tuesday 08 August 2006 11:05, Steve Ellenoff wrote:
> Is there any easy way to log all I/O data reads & writes to/from the host
> parallel port, when using the -parallel /dev/parport0 option?
>
> My host is connected via parallel port to some custom hardware and I'd like
> to be able to diagnose
According to the doc:
"The requirements for a guest OS to work in full virtualization mode are
very simple and most recent OSes (such as Linux or Windows 2000/XP) fulfill
them. Interested OS writers can contact the author to get the necessary
information to make their OS work in full virtualiz
Is there any easy way to log all I/O data reads & writes to/from the host
parallel port, when using the -parallel /dev/parport0 option?
My host is connected via parallel port to some custom hardware and I'd like
to be able to diagnose why the hardware's not working, by seeing the data
stream o