10f666af84
changes, so don't expect to be able to run the kernel as-is (very well) without the appropriate Lite/2 userland changes. The system boots and can mount UFS filesystems. Untested: ext2fs, msdosfs, NFS Known problems: Incorrect Berkeley ID strings in some files. Mount_std mounts will not work until the getfsent library routine is changed. Reviewed by: various people Submitted by: Jeffery Hsu <hsu@freebsd.org>
If you plan on using union mounts, then you should consider replacing three files in "libc/gen" in the C library with the files in "libc" in this directory. The replacement version of opendir() automatically removes duplicate names when a union stack is encountered. The other two files do special handling of whiteouts. You will then need to rebuild the C library and all commands. @(#)README 8.2 (Berkeley) 11/4/94