Skip to content

javar0ne/OS

Repository files navigation

OS LAB exercises

This repo contains almost all exercises made by me for Uniparthenope university OS LAB course.

I used some Makefiles to ease folders creation and projects creation, compilation and execution.

How to use top level Makefile

To create a new folder at top level, just run:

make path=lesson_0

This command will create a new folder named lesson_0 which will contain another Makefile and tpl folder to create C projects.

How to use Makefile at folder level

To create a new project, just run:

make name=ex_0

This command will create a new C project within folder ex_0 which will contain another Makefile, main.c file and will compile and run the project, creating a.out file too.

How to use Makefile at project level

To execute the project, just run:

make

This command will compile the project and will execute it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published