文件名称:5120379003.tar
-
所属分类:
- 标签属性:
- 上传时间:2014-10-29
-
文件大小:1.76mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
In this lab, you will write the memory management code for your operating system. Memory management has two components.
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 s 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 s page tables according to a specification we provide.
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 s 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 s page tables according to a specification we provide.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
./grade-functions.sh
./answers-lab2-5120379003.pdf
./kern/kernel.ld
./kern/kdebug.h
./kern/COPYRIGHT
./kern/pmap.c
./kern/printf.c
./kern/entrypgdir.c
./kern/kdebug.c
./kern/kclock.c
./kern/kclock.h
./kern/monitor.h
./kern/console.h
./kern/Makefrag
./kern/console.c
./kern/pmap.h
./kern/init.c
./kern/entry.S
./kern/monitor.c
./grade-lab1.sh
./CODING
./Lab1-5120379003.pdf
./.gdbinit.tmpl
./grade-lab2.sh
./lib/printfmt.c
./lib/string.c
./lib/readline.c
./.dir-locals.el
./inc/stdio.h
./inc/mmu.h
./inc/kbdreg.h
./inc/COPYRIGHT
./inc/error.h
./inc/types.h
./inc/elf.h
./inc/stab.h
./inc/x86.h
./inc/stdarg.h
./inc/string.h
./inc/memlayout.h
./inc/queue.h
./inc/assert.h
./conf/lab.mk
./conf/env.mk
./GNUmakefile
./.gitignore
./boot/sign.pl
./boot/boot.S
./boot/Makefrag
./boot/main.c
./mergedep.pl
./answers-lab2-5120379003.pdf
./kern/kernel.ld
./kern/kdebug.h
./kern/COPYRIGHT
./kern/pmap.c
./kern/printf.c
./kern/entrypgdir.c
./kern/kdebug.c
./kern/kclock.c
./kern/kclock.h
./kern/monitor.h
./kern/console.h
./kern/Makefrag
./kern/console.c
./kern/pmap.h
./kern/init.c
./kern/entry.S
./kern/monitor.c
./grade-lab1.sh
./CODING
./Lab1-5120379003.pdf
./.gdbinit.tmpl
./grade-lab2.sh
./lib/printfmt.c
./lib/string.c
./lib/readline.c
./.dir-locals.el
./inc/stdio.h
./inc/mmu.h
./inc/kbdreg.h
./inc/COPYRIGHT
./inc/error.h
./inc/types.h
./inc/elf.h
./inc/stab.h
./inc/x86.h
./inc/stdarg.h
./inc/string.h
./inc/memlayout.h
./inc/queue.h
./inc/assert.h
./conf/lab.mk
./conf/env.mk
./GNUmakefile
./.gitignore
./boot/sign.pl
./boot/boot.S
./boot/Makefrag
./boot/main.c
./mergedep.pl
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.