File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,14 @@ journey; you'll have to do more on your own to truly become proficient.
7777## Kernel Hacking Projects (xv6)
7878
7979These projects all are to be done inside the
80- [ xv6] ( https://pdos.csail.mit.edu/6.828/2017/xv6.html ) kernel developed at
81- MIT. Unlike the C/Linux projects, these give you direct experience inside a
82- real, working operating system (albeit a simple one).
80+ [ xv6] ( https://pdos.csail.mit.edu/6.828/2017/xv6.html ) kernel based on an early
81+ version of Unix and developed at MIT. Unlike the C/Linux projects, these give
82+ you direct experience inside a real, working operating system (albeit a simple
83+ one).
84+
85+ Read the [ install
86+ notes] ( https://github.com/remzi-arpacidusseau/ostep-projects/blob/master/INSTALL-xv6.md )
87+ to see how to download the latest xv6 and install the tools you'll need.
8388
8489### Initial Projects
8590
You can’t perform that action at this time.
0 commit comments