Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 373 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 373 Bytes

Embedded-Operating-Systems

Contains the codes for Linux commands and also Inter Process Communications

System Calls folder will have the code for various Linux Commands such as ls, cat, stat, etc. Tells you how these Linux internally works by calling systems calls

Inter Process Communications contains codes for IPC's such as Signals, Message Queue, Socket and so on.