Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode OS program Linux driver
Title: 5120379003.tar Download
 Description: 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.
 Downloaders recently: [More information of uploader Zhang]
 To Search:
File list (Check if you may need any files):
 

138983575120379003.tar
    

CodeBus www.codebus.net