Added a framework for the elks/8086 format. Completely non-functional at the moment.
committer: mfx <mfx> 978092698 +0000
This commit is contained in:
+6
-2
@@ -177,10 +177,14 @@ static Packer* try_packers(InputFile *f, try_function func)
|
||||
//
|
||||
// linux kernel
|
||||
//
|
||||
if ((p = func(new PackBvmlinuzI386(f),f)) != NULL)
|
||||
return p;
|
||||
if ((p = func(new PackVmlinuzI386(f),f)) != NULL)
|
||||
return p;
|
||||
if ((p = func(new PackBvmlinuzI386(f),f)) != NULL)
|
||||
return p;
|
||||
#if 0
|
||||
if ((p = func(new PackElks8086(f),f)) != NULL)
|
||||
return p;
|
||||
#endif
|
||||
|
||||
//
|
||||
// linux
|
||||
|
||||
Reference in New Issue
Block a user