> A reloc table in the binary (like DOS EXE files) could work for code at
> least (as long as the binaries are immutable while a process is using
> them, and the programs are careful about self-modifying code).
No it doesnt
extern int foo1();
int foo2()
{
x=foo1;
x();
}
You need 32bit pointers and until you are in 286 mode you also need to do
basically impossible fixups
- Re: Capabilities Perry Harrington
- Re: Capabilities Larry Howard Mittman
- Re: Capabilities Perry Harrington
- Re: Capabilities Blaz Antonic
- Re: Capabilities Jakob Eriksson
- Re: Capabilities Beau Kuiper
- Re: Capabilities Chad Page
- Re: Capabilities Alan Cox
- RE: Capabilities Greg Haerr
- RE: Capabilities Matthew Kirkwood
- RE: Capabilities Alan Cox
- RE: Capabilities Greg Haerr
- Re: Capabilities Alan Cox
- RE: Capabilities Alex Holden
- RE: Capabilities Darran D. Rimron
- RE: Capabilities Alex Holden
- TCP/IP, KA9Q, etc. (was Re: Capabilities) Matt Gumbley
- Re: TCP/IP, KA9Q, etc. (was Re: Capabili... Alan Cox
- Re: TCP/IP, KA9Q, etc. (was Re: Capa... Matt Gumbley
- RE: Capabilities Simon Wood
- SV: Capabilities Thor Harald Johansen
