"Jerry Toung" <[EMAIL PROTECTED]> writes:
> I am trying to create an environment where you can't run my binaries
> on your box and I can't run your binaries on my system (x86 platform).
> For that, I have modified the system calls table (i.e everything is
> offset by 5).

This is basically the same as "sidegrading" from i386 to amd64 or vice
versa.  If you're using 7 or 8, the installworld target sets aside all
the tools it needs to complete the installation, so it doesn't matter
that the binaries you install can't run on your current kernel.  Just
make sure you run installkernel first.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to