Skip to content

GaoJJ256/xv6lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

xv6lab

mit cs6.s081 xv6lab

学习笔记整理:

[click here]

目前完成:

  • xv6 and Unix utilities
    • sleep
    • pingpong
    • primes
    • find
    • xargs
  • system calls
    • system call tracing
    • sysinfo
  • pgtbl
    • Speed up system calls
    • Print a page table
    • Detect which pages have been accessed
    • A kernel page table per process
    • simplify copyin/copyinstr
  • traps
    • Backtrace
    • Alarm
  • lazy allocation
  • copy-on-write fork
  • multithreading
    • uthread: switching between threads
    • using threads
    • barrier
  • mmap

About

mit cs6.s081 xv6lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published