time-sharing
There are 7 repositories under time-sharing topic.
DanijelAskov/microkernel
An implementation of a small, but fully functional multithreaded operating system kernel with time sharing.
bjorn-goriatcheff/BLOS_0x06
Virtual Memory Management, Signal Control, Hardware & System Interruptions, Multiple Processes Life Cycle, Runtime Redirection, Mutex, Time-sharing & Racing Conditions, Execution, System Calls
bl33h/discreteEventSimulation
Simulation of program execution in a time-sharing operating system.
RenatusRS/OS1-Project
Simple kernel written in C++ for 8086 CPU for Operating Systems 1 class.
janchy2/Operating-System-Kernel-RiscV
A small but fully functional kernel of a multithreaded operating system with time sharing, written for RISC V architecture using assembly and C/C++. Includes a memory allocator, threads, semaphores and preemption on timer and keyboard interrupts.
jrafaelrn/SO-EP1-Escalonador-de-Processos
Exercício-Programa da aula de SO (Sistemas Operacionais) - EACH/USP (Implementação de um Escalonador de Processos com algoritmo de Round Robin)
theOriginalFelto/multithreading-timesharing-kernel
A subsystem of a multithreaded operating system written in C++ with time sharing that is responsible for handling and managing threads.