How to "convert" my a.out binary

Nate Eldredge (nate@cartsys.com)
Sat, 07 Aug 1999 16:50:39 -0700


When trying to run an a.out binary (doom :) on a filesystem with 4K
blocks, the kernel says:

N_TXTOFF < BLOCK_SIZE. Please convert binary.

and returns ENOEXEC. Can somebody tell me how to convert the binary, as
it says to do?

Currently I've worked around by moving my (few but important) a.out
binaries to a 1K block loop-mounted filesystem, but IWBN to avoid this.

-- 

Nate Eldredge nate@cartsys.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/