Hi, guys!
I've a very important question to you!
I am in the stage where I'm thinking of implentening several executable formats into my Os!
My question to you is, which formats I should implement!
Elf module support is already done!
I am thinking of implenting aout, dos/win32 (.exe) later on dlls perhaps,
...
Or any other formats ??
Executeable file formats
-
- Member
- Posts: 132
- Joined: Wed Nov 03, 2004 12:00 am
- Location: Austria
- Contact:
Re: Executeable file formats
Well, if you don't plan to implement the interrupts associated with other operating systems (for example everything that the Windows Kernel provides if you implement the PE format for .EXE files) - choose the one that you like best.
Just implementing a format to load is by far not enough.
Just implementing a format to load is by far not enough.
*post*
-
- Member
- Posts: 132
- Joined: Wed Nov 03, 2004 12:00 am
- Location: Austria
- Contact:
Re: Executeable file formats
I see, but I have already done the elf object loading so I'm planing to implement elf executes and aout support
Re: Executeable file formats
I don't know why you want a.out ( ), but using elf executables after having implement elf object files is logical.
*post*
-
- Member
- Posts: 132
- Joined: Wed Nov 03, 2004 12:00 am
- Location: Austria
- Contact:
Re: Executeable file formats
I will do the elf executable support for sure.
I want aout too, 'cause I like it
I want aout too, 'cause I like it