lottery-scheduler
There are 9 repositories under lottery-scheduler topic.
masum035/lottery-scheduling-in-xv6
lottery scheduling implemented in xv6 with the help of qemu inside ubuntu operating system
Ali-Noroozbeigy/xv6_riscv_ph2
implementing uthread and lottery scheduling in xv6 MIT operating system. in collaboration with my friend Mahdi Teimouri.
athlohangade/scheduler-in-xv6
This project implements the lottery scheduler in xv6, a unix based operating system developed by MIT
human37/xv6-lottery-scheduler
A lottery implementation of a process scheduler within the XV6 operating system.
coduri/FreeRTOS_LotteryScheduling
Explored the complexities of embedded systems and developed a FreeRTOS Lottery Scheduler for Arm Cortex-M3 on QEMU, enhancing scheduling capabilities beyond default implementations.
Dylan-Stewart/Lottery-Scheduler-XV6
My lottery scheduler implementation in XV6 for operating systems
Israel-Charles/The-Multi-Process-Scheduler
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.
tanviroy/OS-Lab2
Lab 2 for [CS-1217] Operating Systems 💀💀