CTRL nitpick in setup ;)
un-executable scripts fixes
math.h: libmath.b
$(MAKE) -$(MAKEFLAGS) fbc
./fbc -c libmath.b </dev/null >math.h
- ./fix_math.h
+ /bin/sh ./fix_math.h
rm -f ./fbc
fbc: $(OFILES) bc.o
#include "../../kernel/type.h"
#include "../../kernel/proc.h"
#undef printf /* kernel's const.h defined this */
-#include "../../servers/mm/mproc.h"
+#include "../../servers/pm/mproc.h"
#include <a.out.h>
#include <ctype.h>
#undef EXTERN
#define EXTERN
-#include "../../servers/mm/const.h"
-#include "../../servers/mm/type.h"
-#include "../../servers/mm/mproc.h"
+#include "../../servers/pm/const.h"
+#include "../../servers/pm/type.h"
+#include "../../servers/pm/mproc.h"
#include "../../kernel/const.h"
#include "../../kernel/type.h"
#include "../../kernel/proc.h"
echo -n "\
This is the Minix installation script.
-Note 1: If the screen blanks suddenly then hit control+F3 to select \"software
+Note 1: If the screen blanks suddenly then hit CTRL+F3 to select \"software
scrolling\".
Note 2: If things go wrong then hit DEL and start over.