/SystemProgramming

Low Level Code designed to interact with the OS directly. This repository is in the process of being documented.

Primary LanguageC

SystemProgramming

This directory is designed to contain examples of code which are intended to interact with the Operating System directly.

MyDash

The point of this project was to create a shell-like interface which to implement a variety of commands which will be described in the folder itself. High level overview of this project is to implement a Bash-like shell which can handle signals, recursively call itself, and handle jobs running in the background.