kernel-thread
There are 8 repositories under kernel-thread topic.
rkya/SBUnix
Preemptive multi-tasking operating system
rociodellasala/TP3_SO
Operating System kernel implemented with scheduling of process, memory management, kernel-threads, buddy-allocator and pipes - Subject: Operating Systems at @ ITBA
tanya-jp/xv6-OS
Adding Real Kernel Threads to xv6, Final Project of OS Course
clarkzinzow/xv6-extensions
A collection of extensions to xv6, the ANSI C reimplementation of Dennis Ritchie's and Ken Thompson's Unix Version 6.
ANSANJAY/KernelThreads
Explore diverse Linux Kernel Thread examples demonstrating race conditions, parallel executions, processor ID retrievals, and more, with structured subdirectories containing explanatory READMEs, source code, and Makefiles.
tomijuarez/Xv6Mod
Xv6 Operating System modified