diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-23 17:30:39 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-23 17:30:39 +0000 |
commit | 5424a78b952abb3eb78f57b324bab03b7f89d230 (patch) | |
tree | 87fc7f8def26d1ad5d09d0a3a77839e31d9d42d4 | |
parent | 7c2cbb56a6ec474594e50ac210d4ce47470a116d (diff) | |
download | hurd-5424a78b952abb3eb78f57b324bab03b7f89d230.tar.gz hurd-5424a78b952abb3eb78f57b324bab03b7f89d230.tar.bz2 hurd-5424a78b952abb3eb78f57b324bab03b7f89d230.zip |
*** empty log message ***
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | TODO | 6 |
2 files changed, 4 insertions, 6 deletions
@@ -56,10 +56,10 @@ called `autoconf'. You only need `configure.in' if you want to change it or regenerate `configure' using a newer version of `autoconf'. -Building the Hurd, Mach4, and libc together +Building the Hurd, GNUmach, and libc together =========================================== -1. Configure mach4. +1. Configure GNUmach. 3. Do `make install' in <mach4-build>/mig. ONLY. @@ -29,6 +29,7 @@ See `tasks', the exported task list. * Implement file_fetch_dir * Conform to coding standards (esp. CFLAGS setting) * Internationalization ! +* Update INSTALL to refer to GNUmach. !!! * Fix emacs/src/unexelf.c to deal with occasional lack of mmap ! @@ -162,10 +163,7 @@ See `tasks', the exported task list. *** Implement V3 nfs. *** Implement nqnfs. ! *** Add Hurd-specific calls. !! -*** emacs M-x server doesn't work if ~ is on nfs. !!! *** errors in mount_root should get reflected more usefully to users. ! -*** nfs/libnetfs validates file_set_size based upon current node mode - rather than O_WRITE. !!! ** storeio: *** Make a server (/servers/storeio?) to share multiple storeio nodes @@ -209,9 +207,9 @@ See `tasks', the exported task list. script by other than root (it doesn't now if the script specifies --retry="$0" because the exec server will use /dev/fd/N for name, and child_lookup() doesn't supply more than fds 0-2). !! -** Serverboot doesn't deal with symlinks properly. !!! ** Grub doesn't deal with symlinks properly. !!! ** Make w use utmp's tty instead of the process's +** Write passwd. ** fsck: *** fsck should use fsys_get_options returned device instead of /etc/fstab !! |