Ted Unangst wrote:
you want Linux without a newline, so use echo -n.  dd by default
truncates, so a better set of options is something like bs=8 count=1
conv=notrunc,sync



so i use

$ echo -n Linux | dd of=/emul/linux/usr/bin/fpc bs=8 seek=1 conv=notrunc, sync

$ /emul/linux/usr/bin/fpc
Bad system call

ktrace+kdump produce the same output as before.

Hmmmm... Does this mean that emulation doesn't work with this file?

Reply via email to