> This approach has one useful (sorta) side-effect: PowerPC code is stored
> in the data fork, and 68K code is stored in the resource fork, so that
> "fat" binaries are easy to make.
Fat binaries are also very easily possible by storing multiple code
fragments in the data fork (kinda like different ELF sections for you ELF
folks). I am at a loss to explain why they stored the description of what
is in the data fork in resource, though (the cfrg resource, kinda like an
ELF header).
-- Jens-Uwe Mager <pgp-mailto:62CFDB25>- 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/