mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
exeflat: update comments before prepending entry header
This commit is contained in:
parent
70c498a309
commit
b5299924c2
@ -577,9 +577,9 @@ int main(int argc, char **argv)
|
||||
rename("tmp.sys", "tmp.bin");
|
||||
}
|
||||
|
||||
/* argv[2] now contains the final flattened file: just
|
||||
header and trailer need to be added */
|
||||
/* the compressed file has two chunks max */
|
||||
/* tmp.bin now contains the final flattened file: just
|
||||
the UPX entry header needs to be added. */
|
||||
/* the compressed file may exceed 64 KiB for DOS/EXE format. */
|
||||
|
||||
if ((dest = fopen(argv[2], "wb")) == NULL)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user