stw
Group: Members
Posts: 1
Joined: April 2005 |
|
Posted: April 14 2005,14:54 |
|
I think it would be great to use 7zip and UPX to make the embedded version (with qemu) smaller.
Code Sample | du -s 113220
gunzip minirt24.gz 7za a -tgzip -mx=9 minirt24.gz minirt24 rm minirt24
chmod +x qemu/qemu upx -9 qemu/qemu qemu/qemu.exe qemu/sdl.dll
du -s 111520
|
As you can see, it uses 1700kB less, which is not much, but it may also speed up loading from slow media such as an usb stick, because the qemu binaries are smaller.
OT: Why isn't there a mailing list? I *hate* forums.
Cheers, Stephan
|