BSD 3 development
[unix-history] / usr / doc / regen
index c242972..101d88f 100644 (file)
@@ -1,7 +1,7 @@
 .TL
 REGENERATING SYSTEM SOFTWARE
 .AU
 .TL
 REGENERATING SYSTEM SOFTWARE
 .AU
-For Version 1.0 of UNIX/32V Operating System
+For UNIX/32V
 
 Thomas B. London
 .AU
 
 Thomas B. London
 .AU
@@ -58,7 +58,8 @@ Source files for the C system call interfaces.
 Source files for most of the remaining routines described
 in section 3 of the manual.
 .IP libc/crt 12
 Source files for most of the remaining routines described
 in section 3 of the manual.
 .IP libc/crt 12
-Source files making up the C runtime support package.
+Source files making up the C runtime support package, as
+in call save-return and long arithmetic.
 .IP libc/csu 12
 Source for the C startup routines.
 .IP games 12
 .IP libc/csu 12
 Source for the C startup routines.
 .IP games 12
@@ -165,7 +166,7 @@ prog.c can be compiled by
 .DS
 /lib/cpp prog.c >temp0
 /lib/ccom temp0 temp1
 .DS
 /lib/cpp prog.c >temp0
 /lib/ccom temp0 temp1
-as temp1
+as temp3
 ld /lib/crt0.o a.out \-lc
 .DE
 .PP
 ld /lib/crt0.o a.out \-lc
 .DE
 .PP
@@ -256,7 +257,7 @@ file /usr/src/sys/sys/univec.c.
 should be modified
 by placing a pointer to a callout routine
 in the proper vector.
 should be modified
 by placing a pointer to a callout routine
 in the proper vector.
-Use some other device (like the dz11) as a guide.
+Use some other device (like the DZ11) as a guide.
 Notice that the entries in `UNIvec' must be in order.
 Bits 27-31 of the vector address
 will be available as the first argument of the interrupt routine.
 Notice that the entries in `UNIvec' must be in order.
 Bits 27-31 of the vector address
 will be available as the first argument of the interrupt routine.