Subject: Re: /emul/xxx for all/other /sys/compat/xxx?
To: Ronald Khoo <ronald@cpm.com.my>
From: matthew green <mrg@mame.mu.OZ.AU>
List: tech-kern
Date: 03/06/1995 19:22:34
> the problem is that you've only got 8 characters to work with:
> changing `/usr/lib' to `/emul/sunos' would extend the string 3
> characters and break the program. though this is a good idea,
> i'm not entirely sure how to do it properly.
Hmm.. What about a context dependent symlink that sent /e to
the appropriate /emul/foo dependent upon executable format (ugh?)
no, i was wrong... (as cgd pointed out)
you have the sunos /usr/lib installed under /emul/sunos, and make
the emul code look in here.. /emul/sunos becomes an "alternate"
root directory, basically..
.mrg.