From c1257e8ecdb9f1bec7a37d366d9daac8ba1f19c0 Mon Sep 17 00:00:00 2001 From: John Ousterhout Date: Thu, 17 Dec 2015 09:48:35 -0800 Subject: [PATCH] Fixed typo in docs Section 3.1.4.1 (0x08084000 => 0x08048000) --- doc/userprog.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/userprog.texi b/doc/userprog.texi index 7d734c6..67af709 100644 --- 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{0x08084000}, approximately 128 MB from the bottom of the address +@t{0x08048000}, approximately 128 MB from the bottom of the address space. This value is specified in @bibref{SysV-i386} and has no deep significance. -- 2.30.2