We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2650cf commit f8fdec4Copy full SHA for f8fdec4
initial-xv6/background.md
@@ -49,7 +49,7 @@ read:
49
File: **usys.S**
50
51
Here we can see that the **read()** library function actually doesn't do much
52
-at all; it moves the value 5 into the register **%eax** and issues the x86
+at all; it moves the value 6 into the register **%eax** and issues the x86
53
trap instruction which is confusingly called **int** (short for *interrupt*).
54
The value in **%eax** is going to be used by the kernel to *vector* to the
55
right system call, i.e., it determines which system call is being invoked. The
0 commit comments