1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

mention vmlinux/i386

NEWS README README.1ST

committer: jreiser <jreiser> 1090261436 +0000
This commit is contained in:
John Reiser 2004-07-19 18:23:56 +00:00
parent d17fb7ebf0
commit 95021e4977
3 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -8,7 +8,7 @@ Changes in 1.92 beta (20 Jul 2004):
* UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING
* win32/pe: added option `--strip-loadconf' to strip the SEH load config section
* win32/pe: try to detect .NET (win32/net) files [not yet supported by UPX]
* vmlinux/386: new format that directly supports ELF kernels
* vmlinux/386: new format that directly supports building Linux kernels
* source code: now compiles cleanly under Win64
Changes in 1.91 beta (30 Jun 2004):

1
README
View File

@ -27,6 +27,7 @@ The main news since 1.24 are:
- slightly better compression using the new NRV2E algorithm
- new options for compression tuining (e.g. `--brute')
- support for bootable Linux kernels ("vmlinuz/386")
- support for Linux kernel building ("vmlinux/386")
- direct Linux ELF-to-memory decompression ("linux/elf386") and
shell-to-memory decompression ("linux/sh386")
- support for playstation exes ("ps1/exe")

View File

@ -25,6 +25,7 @@ The main news since 1.25 are:
- slightly better compression using the new NRV2E algorithm
- new options for compression tuining (e.g. `--brute')
- support for bootable Linux kernels ("vmlinuz/386")
- support for Linux kernel building ("vmlinux/386")
- direct Linux ELF-to-memory decompression ("linux/elf386") and
shell-to-memory decompression ("linux/sh386")
- support for playstation exes ("ps1/exe")