nxbyte / Operating-Systems-Experiments

Operating Systems Experiments using the C language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating Systems Experiments

GitHub license

Repository containing source code for Operating Systems experiments for UNIX-based (macOS and Linux) Operating Systems

Setup

  • Xcode: v9.2+

    or

  • Command line: Run make in each folder Lab<num>

More instructions for each specific experiment is located in each experiment subdirectory.

License

All source code in this repository is released under the MIT license. See LICENSE for details.

About

Operating Systems Experiments using the C language

License:MIT License


Languages

Language:C 71.5%Language:Assembly 26.3%Language:Makefile 2.1%