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.

    Language:C++7503
  • 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

    Language:C3300
  • bl33h/discreteEventSimulation

    Simulation of program execution in a time-sharing operating system.

    Language:Python110
  • RenatusRS/OS1-Project

    Simple kernel written in C++ for 8086 CPU for Operating Systems 1 class.

    Language:C++1100
  • 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.

    Language:C++0100
  • 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)

    Language:Java0100
  • 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.

    Language:C++0100