Skip to content

BichengWang/my-XV6-unix-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

My Unix CPU Compiling Kernel Source Code

follow UCI CS238P Operating System Course Page: http://www.ics.uci.edu/~aburtsev/238P/

Built XV6 Unix system

shell level: http://www.ics.uci.edu/~aburtsev/238P/hw/hw1-shell.html

dump + system call level: http://www.ics.uci.edu/~aburtsev/238P/hw/hw3-dump-pid-syscall.html

kernel threads and synchronize: http://www.ics.uci.edu/~aburtsev/238P/hw/hw4-threads.html

large file system: http://www.ics.uci.edu/~aburtsev/238P/hw/extra.html

xv6 kernel fully code comments

Type make to compile the codes. Type make qemu to boot xv6 operating system.