IIF ideas
Posted: Fri Dec 21, 2018 1:20 am
osfadmin
Site Admin
Joined: 24 Nov 2003
Posts: 60
Posted: Sat Oct 28, 2006 1:07 pm
As you know, in the present time various OSes support at least 2 different executable image file format. Originally,
OS/2 doesn't support mechanizm like IIF and it is not possible in easy way to add support, for example, for ELF or
PE format. Odin has some approach to implement such support, but for OS it is hack. We want to predict image file
format changing and support of images from other OSes. So, IIF idea was born.
Because we need to support different formats in loader too we need to make, similar to IFS, MicroIFD (Micro Image
File Driver). Personally, I don't think we need more then 64K code to support any of existent image file formats. So,
we need to think, how interoperate with loader .
So, it's time for specification writing
Site Admin
Joined: 24 Nov 2003
Posts: 60
Posted: Sat Oct 28, 2006 1:07 pm
As you know, in the present time various OSes support at least 2 different executable image file format. Originally,
OS/2 doesn't support mechanizm like IIF and it is not possible in easy way to add support, for example, for ELF or
PE format. Odin has some approach to implement such support, but for OS it is hack. We want to predict image file
format changing and support of images from other OSes. So, IIF idea was born.
Because we need to support different formats in loader too we need to make, similar to IFS, MicroIFD (Micro Image
File Driver). Personally, I don't think we need more then 64K code to support any of existent image file formats. So,
we need to think, how interoperate with loader .
So, it's time for specification writing