Skip to content

Commit e7cdff1

Browse files
add link to install notes in README
1 parent 3a24f91 commit e7cdff1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

7979
These 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

0 commit comments

Comments
 (0)