Skip to content

Commit

Permalink
📒 docs(readme): Showcase lab1 additional task
Browse files Browse the repository at this point in the history
  • Loading branch information
worthant committed Nov 16, 2024
1 parent 1001b04 commit fcd8648
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,27 @@
2. [Задание 2. Аллокатор](/doc/lab/2.md)

3. [Задание 3. Copy-on-write fork](/doc/lab/3.md)

## Доп. задание к лаб.1 (`lab-1` branch)

Сделать утилиту для вывода системной информации => `sysinfo`

- executing `dump2tests`:
```
$ dump2tests > /dev &; sysinfo
System info:
Number of procs: 4
Number of open files: 2
$ sysinfo
System info:
Number of procs: 7
Number of open files: 8
```

- idle
```
$ sysinfo
System info:
Number of procs: 3
Number of open files: 1
```

0 comments on commit fcd8648

Please sign in to comment.