compile fixes for kermit and postmort
This commit is contained in:
parent
135328ac59
commit
e673eeee20
@ -245,11 +245,11 @@ struct proc *pt;
|
|||||||
#if DEAD_CODE
|
#if DEAD_CODE
|
||||||
printf("Process id passed in from MM: 0x%04.4x\n", pt->p_pid); /* int */
|
printf("Process id passed in from MM: 0x%04.4x\n", pt->p_pid); /* int */
|
||||||
#endif
|
#endif
|
||||||
|
#if 0
|
||||||
printf("User time in ticks: %ld\n", pt->user_time); /* time_t */
|
printf("User time in ticks: %ld\n", pt->user_time); /* time_t */
|
||||||
printf("Sys time in ticks: %ld\n", pt->sys_time); /* time_t */
|
printf("Sys time in ticks: %ld\n", pt->sys_time); /* time_t */
|
||||||
printf("Cumulative user time of children: %ld\n", pt->child_utime); /* time_t */
|
printf("Cumulative user time of children: %ld\n", pt->child_utime); /* time_t */
|
||||||
printf("Cumulative sys time of children: %ld\n", pt->child_stime); /* time_t */
|
printf("Cumulative sys time of children: %ld\n", pt->child_stime); /* time_t */
|
||||||
#if 0
|
|
||||||
printf("Ticks used in current quantum: %d\n", pt->quantum_time); /* int */
|
printf("Ticks used in current quantum: %d\n", pt->quantum_time); /* int */
|
||||||
printf("Ticks used in last quantum: %d\n", pt->quantum_last); /* int */
|
printf("Ticks used in last quantum: %d\n", pt->quantum_last); /* int */
|
||||||
printf("Current priority of the process: %d\n", pt->curr_prio); /* int */
|
printf("Current priority of the process: %d\n", pt->curr_prio); /* int */
|
||||||
|
@ -8,7 +8,7 @@ all: make
|
|||||||
|
|
||||||
make : $(OBJ)
|
make : $(OBJ)
|
||||||
$(CC) -i -o make $(OBJ)
|
$(CC) -i -o make $(OBJ)
|
||||||
install -S 96k make
|
install -S 200k make
|
||||||
|
|
||||||
install: /usr/bin/make
|
install: /usr/bin/make
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user