Finishing bootstrap program.
[wsti_so.git] / README
1 Project created for passing Operating Systems subject in
2 High School of Information Technology
3
4
5 Example usages
6 --------------
7
8 Without bootstrap
9 =================
10
11 In separate terminals enter:
12 $ ./bin/process1
13 $ ./bin/process2
14 $ ./bin/process3
15
16 After that in terminal with process1 running enter some characters followed by
17 new line (ENTER).
18
19 - Process1 displays information about data buffer and how many bytes has been
20   sent to process2.
21 - Process2 displays information about received bytes, prints to stderr info
22   about number of characters in buffer, and sent this value to process3.
23 - Process3 displays information about number of entered characters.
24