Popular repositories Loading
-
NJUOSLab-M1-pstree
NJUOSLab-M1-pstree Public南大JYY操作系统课实验M1:实现 pstree 打印进程之间的树状的父子关系,包括默认,-V,-p,-n三种选项,不要求组合选项
C 15
-
NJUOSLab-L1-kmalloc-kfree
NJUOSLab-L1-kmalloc-kfree Public实现多处理器安全的内存分配和回收 在 AbstractMachine 启动后,[heap.start, heap.end) 会给出一段可用的物理内存 (堆区)。需要在此基础上实现允许多个处理器并发地申请或释放内存的分配器.
-
-
-
NJUOSLab-M2-libco
NJUOSLab-M2-libco Public在这个实验中,我们实现轻量级的用户态[协程],可以在一个不支持线程的操作系统上实现共享内存多任务并发。即我们希望实现 C 语言的 “函数”,它能够: 1. 被 `start()` 调用,从头开始运行; 2. 在运行到中途时,调用 `yield()` 被 “切换” 出去; 3. 稍后有其他协程调用 `yield()` 后,选择一个先前被切换的协程继续执行。
C 5
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.