文件名称: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
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
