[comp.os.minix] ERRATA for MACMINIX

archetyp@uxh.cso.uiuc.edu (Joseph R Pickert) (11/05/90)

	  Errata sheet for the MINIX 1.5 Reference Manual
		      [MACINTOSH VERSION]
	 	     PLEASE READ CAREFULLY


      ********************** ERRATA *********************** 

** Page 65 line 38
Replace the reference to hdcreate with maccreate.

** Page 67 line 24
Replace root_file with /dev/hd0

** Page 67 line 25
Remove the following:
   root_file is the name of the Macintosh file that was used
   in the last step,

** Page 67 line 29
Replace the reference to hdcreate with maccreate.

** Page 68
Replace the first complete sentence on the page (the one which begins
with "To try it out, ..."), with the following sentence: 

To try it out, type sync, select "Quit" from the "File" menu, copy the
boot application to a folder on the hard disk, place the new root
partition (harddisk:file1) into the same folder, rename it ROOT, and
then restart MINIX.

** Page 68 line 29 (The third line of Step 2)
This line should read:
	  /etc/mount /dev/hd1 /user
  and NOT /etc/mount /dev/hd1 /usr




      *********************** NOTES *********************** 

o PLEASE lock your original disks and only use copies.
o The MINIX utility program maccreate has a limit of 32768 blocks.
o If you have the memory, increase the size of the HEAP space in the
  configuration dialog box (see section 5.10.1).  This seems
  to alleviate some reported problems. If you are using MULTIFINDER,
  also increase the size of the multifinder memory partition by using
  the GET INFO box.
o Do not eliminate the RAM disk unless you are fairly confident about
  what you are doing.  Doing so invalidates some of the installation
  instructions as detailed by the manual.
o As distributed, /usr/include files have the wrong permissions, so
  correct it by doing a "chmod 444 /usr/include/*.h /usr/include/*/*.h".