dantld / unixexam

Series of projects inspire by book "Основы операционных систем. Практикум 2016" V.E. Karpov and K.A. Konkov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unix examples

This project is inspired by book:

Основы операционных систем. Практикум 202016.

Example 01. Chapter FIFO PIPES

This example projects shows some system calls: open read write mkfifo and close.

Example 02. System V. Shared memory.

This example show technics how to use System V shared memory IPC object Using shmctl, shmget, ftok

About

Series of projects inspire by book "Основы операционных систем. Практикум 2016" V.E. Karpov and K.A. Konkov


Languages

Language:C 83.2%Language:Makefile 16.8%