Basic operating system concepts in c language.
-
Updated
Jun 24, 2022 - C
Basic operating system concepts in c language.
This repository contains the operating system algorithms which I have implemented in my university coursework. Give a ⭐ if this repo has helped you.
Implementation of malloc, realloc, and free.
Linked-list implementation of the standard C library function “malloc.” Uses a first-fit algorithm with support for coalescing.
🔄 process manager
This project aims to implement a CPU scheduler in an operating system environment. The scheduler determines the order of execution for scheduled processes based on specific algorithms.
Add a description, image, and links to the first-fit topic page so that developers can more easily learn about it.
To associate your repository with the first-fit topic, visit your repo's landing page and select "manage topics."