lottery scheduling implemented in xv6 with the help of qemu inside ubuntu operating system
-
Updated
Jun 12, 2022 - C
lottery scheduling implemented in xv6 with the help of qemu inside ubuntu operating system
A lottery implementation of a process scheduler within the XV6 operating system.
This project implements the lottery scheduler in xv6, a unix based operating system developed by MIT
implementing uthread and lottery scheduling in xv6 MIT operating system. in collaboration with my friend Mahdi Teimouri.
Explored the complexities of embedded systems and developed a FreeRTOS Lottery Scheduler for Arm Cortex-M3 on QEMU, enhancing scheduling capabilities beyond default implementations.
My lottery scheduler implementation in XV6 for operating systems
Lab 2 for [CS-1217] Operating Systems 💀💀
This project uses Python to implement and simulate 4 process scheduling algorithms: FIFO, Preemptive SJF, Round Robin, and Lottery Scheduler. The script will read process data from an input file, execute the scheduling algorithms, calculate turnaround, waiting, and response times, and output the results to a file.
Add a description, image, and links to the lottery-scheduler topic page so that developers can more easily learn about it.
To associate your repository with the lottery-scheduler topic, visit your repo's landing page and select "manage topics."