📈
ucore-analysis
Ctrlk
  • Introduction
  • lab1
  • lab解析
  • uCore代码
    • boot
    • kern
      • debug
      • driver
      • fs
      • init
      • libs
      • mm
        • default_pmm.c
        • default_pmm.h
        • kmalloc.c
        • kmalloc.h
        • memlayout.h
        • mmu.h
        • pmm.c
        • pmm.h
        • swap.c
        • swap_fifo.c
        • swap_fifo.h
        • swap.h
        • vmm.c
        • vmm.h
        • (lab2) pmm.c
        • (lab3) vmm.c
      • process
      • schedule
      • sync
      • syscall
      • trap
    • libs
    • tools
    • user
    • Makefile
    • (lab1) Makefile
  • 附录:工具使用
Powered by GitBook
On this page

Was this helpful?

  1. uCore代码
  2. kern

mm

default_pmm.cdefault_pmm.hkmalloc.ckmalloc.hmemlayout.hmmu.hpmm.cpmm.hswap.cswap_fifo.cswap_fifo.hswap.hvmm.cvmm.h(lab2) pmm.c(lab3) vmm.c
Previousstring.cNextdefault_pmm.c

Last updated 5 years ago

Was this helpful?