首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > JOS Lab 2: Memory Management

JOS Lab 2: Memory Management

资 源 简 介

The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it. Your allocator will operate in units of 4096 bytes, called pages. Your task will be to maintain data structures that record which physical pages are free and which are allocated, and how many processes are sharing each allocated page. You will also write the routines to allocate and free pages of memory. The second component of memory management is virtual memory, which maps the virtual addresses used by kernel and user software to addresses in physical memory. The x86 hardware memory management unit (MMU) performs the mapping when instructions use memory, consulting a set of page tables. You will modify JOS to set up the MMU page tables according to a specification we provide.

文 件 列 表

.
answers-lab2-5120379003.pdf
kern
kernel.ld
grade-lab1.sh
CODING
Lab1-5120379003.pdf
.gdbinit.tmpl
grade-lab2.sh
lib
printfmt.c
.dir-locals.el
inc
stdio.h
conf
lab.mk
GNUmakefile
.gitignore
boot
sign.pl
mergedep.pl
grade-functions.sh
VIP VIP
0.237108s