SiyuanYue / NJUOSLab-L1-kmalloc-kfreeLinks
实现多处理器安全的内存分配和回收 在 AbstractMachine 启动后,[heap.start, heap.end) 会给出一段可用的物理内存 (堆区)。需要在此基础上实现允许多个处理器并发地申请或释放内存的分配器.
☆14Updated 2 years ago
Alternatives and similar repositories for NJUOSLab-L1-kmalloc-kfree
Users that are interested in NJUOSLab-L1-kmalloc-kfree are comparing it to the libraries listed below
Sorting:
- 2020年秋季南京大学 计算机系统基础 课程大作业 x86 emulator——NEMU,implemented all functions.☆85Updated 4 years ago
- NJUCS编译原理实验☆23Updated 4 years ago
- 南京大学计算机系统基础PA和Lab☆108Updated 6 years ago
- 南京大学计算机系往年卷 Past exam papers of NJUCS☆244Updated last week
- 南大JYY操作系统课实验M1:实现 pstree 打印进程之间的树状的父子关系,包括默认,-V,-p,-n三种选项,不要求组合选项☆16Updated 2 years ago
- 南京大学计算机网络实验 Lab of NJU Computer Network Course☆10Updated last year
- 南京大学编译原理实验 测试脚本 Test Scripts for Lab of NJU Compiler Course☆53Updated 2 months ago
- 南京大学操作系统OSLab☆101Updated 2 years ago
- The Programming Assignment of NJU ICS course.