In the last episode (Feb 13), [EMAIL PROTECTED] said:
> > I don't really understand what it is you're looking for, but the source
> > code for *all* the FreeBSD `programs' is available at:
> 
> >     http://cvsweb.freebsd.org/
> 
> > It's also available through FTP, CVS, CVSup and is distributed as part
> > of the official release CD-ROMs.
> 
> > You can look for yourself, any time :)
> 
> Is there a  find  command [that takes patterns] so if I know the name
> (or part of the name) of a program of interest, I can find out the
> directory path to it so I can find it easily.  Also, where do I look
> for the basic sector i/o programs (the ones that underly the
> file-system, they are eventually called just before the hardware does
> the i/o] and what are their names?

In usderland, they're called open, lseek, read, and write.  Just open
the raw disk device and treat it like a regular file, and remember you
need to access it in 512-byte chunks.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to