I recently tested qemu, an open source processor emulator. qemu runs on various host platforms and can emulate various target platforms. They also provide an accelerator module which runs as kernel module on x86 based Linux hosts and enables native instruction execution when an x86 based system emulates another x86 based system. I successfully installed Windows XP on a Linux host, and was really surprised about the performance of the emulated system! It is of course not as fast as a native installation, and especially graphics operations appear to be rather slow (which might be caused by a poor graphics card emulation), but at least I am now able to use the few MS-Windows applications which I still need.
Year: 2005
An additional Debian package to come :-)
I am in the progress of adopting the Debian package for lincvs, a really nice and useful GUI frontend for CVS. As a first step, I have created a package for the new upstream release 1.4.3 which is available at https://littletux.homelinux.org/debian.
log4cxx 0.9.7 now in Debian
It’s been somewhat delayed due to the ftp-master outage, but finally the Debian packages for log4cxx 0.9.7 which I created made their way into the Debian archive 🙂 Thanks to Martin F. Krafft for his great support during my first steps in creating a Debian package and for sponsoring me. Since the packages are now in the official Debian archive, I will remove them from https://littletux.homelinux.org/debian/log4cxx.
OpenOffice beta version installation on Debian
I just installed the latest OpenOffice beta version on my Debian machine. First, I tried to convert the RPM packages distributed on the OpenOffice site with “fakeroot alien \*.rpm”, which first worked flawless but failed when trying to start any of the OpenOffice applications (“The component Manager is not available”). Then, I found Debian packages at ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/680/SRC680_m113/Build-1 which I had to install with “dpkg -i –force-architecture \*.deb” because they use “intel” as architecture for whatever reason. But, now, the OpenOffice applications start up successfully 🙂