Added a framework for the elks/8086 format. Completely non-functional at the moment.

committer: mfx <mfx> 978092698 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-12-29 12:24:58 +00:00
parent 7d5042012b
commit 5a497e2dac
5 changed files with 228 additions and 3 deletions
+6 -2
View File
@@ -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