]> wimlib.net Git - wimlib/commit
Support basic reading WIMBoot WIMs
authorEric Biggers <ebiggers3@gmail.com>
Sun, 13 Apr 2014 06:56:23 +0000 (01:56 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 18 Apr 2014 06:23:03 +0000 (01:23 -0500)
commit86a852652706cfe53087ef839840171bed597ffd
tree1e902c3d5b35c6c71f7dccdd3678ad35275621bc
parentf5721c4a16f24ddc7fe647615a1146a9b93801d5
Support basic reading WIMBoot WIMs

These use a new compression flag, but it's actually just XPRESS with a
really small chunk size.
include/wimlib/header.h
include/wimlib/xml.h
src/header.c
src/wim.c
src/xml.c