Skip to content

depp/elf2dos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elf2Dos

This is a horribly inadvised program which converts ELF objects to DOS programs.

The input must be a 32-bit ELF executable with the relocations preserved. It must not contain any unsupported relocations; only R_386_32 and R_386_PC32 relacations are supported.

The output will be a 32-bit LE “Linear Executable” which can be loaded with DOS/32 Advanced.

About

Convert ELF executables to DOS executables

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages