On Fri, 2005-08-19 at 20:35, Noah yan wrote: > Can you point out where those code for NFS client stack? I am very new > in the code base.
The normal full NFS client/server v2,v3,v4 stack is here: http://cvs.opensolaris.org/source/xref/usr/src/uts/common/fs/nfs/ The reduced client only stack used during diskless boot can be found here: http://cvs.opensolaris.org/source/xref/usr/src/stand/lib/fs/nfs/ In general the early days of a port to a new architecture will be spent on files in usr/src/stand and usr/src/psm which are where the early boot stuff lives. -- Darren J Moffat TZ=Europe/Dublin
