Re: 64bit port

Alex Buell (alex.buell@tahallah.demon.co.uk)
Sat, 1 May 1999 11:11:21 +0100 (GMT)


On Sat, 1 May 1999, David Miller wrote:

> When Jakub and I get the 64-bit userland bootstrapped, I'll start
> running crashme to learn what the exact instruction sequences are so
> we have a chance at coding a more suitable workaround than what
> Solaris has chosen.

How about a run-time mechanism for detecting illegal instructions and
modifying them into harmless NOP sequences?

Ie. on loading of a binary could quickly scan it for illegal sequences and
overwrite with NOPs, then execute it. Of course, this doesn't cater for
things that does J-I-T compilation & execution though.

Cheers,
Alex

-- 
"A mind opened by new ideas can never return to its original limits"

http://www.tahallah.demon.co.uk

- 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/