add directory Minix

This commit is contained in:
gohigh
2024-02-19 00:21:39 -05:00
parent 56596ada90
commit 5a46ddb732
2923 changed files with 1764412 additions and 0 deletions

18
Minix/old/1.7.3/README Normal file
View File

@@ -0,0 +1,18 @@
Minix 1.7.3 doesn't exist. If you nevertheless believe to have this
version on your disk then you can use the files in this directory to
upgrade this thing you call 1.7.3 to Minix 1.7.4. The new34.tar.Z file
contains all the files that are to be changed or added, and old34 contains
a list of files that are to be removed. All paths are relative to /usr/.
The commands:
! cd /usr
! zcat ..../new34.tar.Z | tar xvfp -
! rm `cat ..../old34`
! make clean
! make install
! cd tools
! make hdboot
Should bring your system back into the world as Minix 1.7.4.
Kees J. Bot <kjb@cs.vu.nl>

4
Minix/old/1.7.3/old34 Normal file
View File

@@ -0,0 +1,4 @@
./man/man0/users
./src/commands/scripts/instdist.sh
./src/commands/simple/ftp.c
./src/commands/simple/users.c