kitchen

OS/161 Reference Manual

Name

kitchen - run some sinks

Synopsis

/testbin/kitchen

Description

Runs four copies of sink. It may be useful for testing concurrent access to the console device. It may also be useful for testing job control, if you pursue job control in assignment 5.

Requirements

kitchen uses the following system calls: Additionally, the subprocesses it spawns use the read system call.

kitchen should function correctly once assignment 2 is complete.

Bugs

kitchen does not wait for its child processes to exit.