What is a 8086 relocatable?
Posted
by
gerrit
on Super User
See other posts from Super User
or by gerrit
Published on 2012-10-25T09:41:47Z
Indexed on
2012/10/25
11:04 UTC
Read the original article
Hit count: 240
identification
|binary-files
I'm running some Fortran software (LBLRTM) and a shell-script that prepares input generates a number of files with names TAPE3
, TAPE4
, etc. For debugging purposes, I used file
to identify the file type. file
tells me:
TAPE3: 8086 relocatable (Microsoft)
My guess is that file
is wrong here, and that it's just a binary file that happens to look like a 8086 relocatable
. But what is a 8086 relocatable
?
© Super User or respective owner