projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6221281
)
Fixed typo in docs Section 3.1.4.1 (0x08084000 => 0x08048000)
author
John Ousterhout
<ouster@cs.stanford.edu>
Thu, 17 Dec 2015 17:48:35 +0000
(09:48 -0800)
committer
John Ousterhout
<ouster@cs.stanford.edu>
Thu, 17 Dec 2015 17:48:35 +0000
(09:48 -0800)
doc/userprog.texi
patch
|
blob
|
history
diff --git
a/doc/userprog.texi
b/doc/userprog.texi
index 7d734c616109ef741fade27dcc422de77dbf40c8..67af709bacc78df837ea7fc8a59eab4528728c49 100644
(file)
--- a/
doc/userprog.texi
+++ b/
doc/userprog.texi
@@
-371,7
+371,7
@@
data segment can be adjusted with a system call, but you will not have
to implement this.
The code segment in Pintos starts at user virtual address
-@t{0x080
84
000}, approximately 128 MB from the bottom of the address
+@t{0x080
48
000}, approximately 128 MB from the bottom of the address
space. This value is specified in @bibref{SysV-i386} and has no deep
significance.