LinceMathew / System-Softwares-Experiments

System Softwares and Microprocessors Experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System Software and Microprocessors Experiments

Hands-on experience in how microcontrollers and microprocessors can be programmed is something I gained while learning System Software and Microprocessors during my college days. In this experiment, I familiarized myself with assembly-level programming of microprocessors and microcontrollers, interfacing devices with microcontrollers, resource allocation algorithms in operating systems, and the design and implementation of system software.

Implemented the below concepts using C

non-preemptive CPU Scheduling Algorithms (non-preemptive-CSA)

Disk Scheduling Algorithms (DSA)

Page Replacement Algorithms (PRA)

Assemblers

Loaders

Contributions

Engineering students and graduates can contribute to expanding the program list. Please create a merge request for your system software-related programs.

Issues

If you encounter any errors with the programs, please create an issue. This will help us address and resolve the issue promptly. Be sure to provide detailed information about the error for a quicker resolution

About

System Softwares and Microprocessors Experiments


Languages

Language:C 100.0%