Description: CHEN Yu Tsinghua University teachers xv6 developed on the basis of the experimental environment, the memory management component. pudn on with lab3-7 but not lab2, but lab2 is the most important aspect- Address pdt pte between conversion and implementation, etc.
- [lab3-proj7-answer] - xv6-xv6 is an operating system developed
- [jos] - JOS teaching LAB1-LAB2 operating system
- [xv6] - MIT' s xv6 operating system
File list (Check if you may need any files):
lab2-src\arch\x86\trapasm.S
........\bootloader\bootasm.S
........\..........\bootmain.c
........\drivers\console\console.c
........\.......\irq\picirq.c
........\.......\...\trap.c
........\.......\kbd\kbd.c
........\.......\timer\timer.c
........\grade-functions.sh
........\grade-lab2.sh
........\include\assert.h
........\.......\defs.h
........\.......\dev.h
........\.......\elf.h
........\.......\errorno.h
........\.......\mm\bestfit.h
........\.......\..\buddy.h
........\.......\..\firstfit.h
........\.......\..\memlayout.h
........\.......\..\mmu.h
........\.......\..\pgfault_handler.h
........\.......\..\phymem_manager.h
........\.......\..\pmap.h
........\.......\..\worstfit.h
........\.......\param.h
........\.......\.rocess\proc.h
........\.......\queue.h
........\.......\sync\spinlock.h
........\.......\x86\asm.h
........\.......\...\kbd.h
........\.......\...\traps.h
........\.......\...\types.h
........\.......\...\x86.h
........\..it\main.c
........\lib\string.c
........\Makefile
........\mm\bestfit.c
........\..\buddy.c
........\..\firstfit.c
........\..\pgfault_handler.c
........\..\pmm.c
........\..\vmm.c
........\..\worstfit.c
........\obj\bestfit.d
........\...\bestfit.o
........\...\bootasm.d
........\...\bootasm.o
........\...\bootblock
........\...\bootblock.asm
........\...\bootblock.o
........\...\bootblock.out
........\...\bootmain.d
........\...\bootmain.o
........\...\buddy.d
........\...\buddy.o
........\...\console.d
........\...\console.o
........\...\firstfit.d
........\...\firstfit.o
........\...\kbd.d
........\...\kbd.o
........\...\main.d
........\...\main.o
........\...\picirq.d
........\...\picirq.o
........\...\pmm.d
........\...\pmm.o
........\...\sign
........\...\spinlock.d
........\...\spinlock.o
........\...\string.d
........\...\string.o
........\...\timer.d
........\...\timer.o
........\...\trap.d
........\...\trap.o
........\...\trapasm.d
........\...\trapasm.o
........\...\vectors
........\...\vectors.d
........\...\vectors.o
........\...\vectors.S
........\...\vmm.d
........\...\worstfit.d
........\...\worstfit.o
........\sync\spinlock.c
........\tools\BIOS-bochs-latest
........\.....\sign.c
........\.....\vectors.c
........\.....\VGABIOS-lgpl-latest
........\.....\xv6bochsrc.bxrc
........\arch\x86
........\drivers\console
........\.......\irq
........\.......\kbd
........\.......\timer
........\include\mm
........\.......\process
........\.......\sync
........\.......\x86