X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fuserprog.texi;h=67af709bacc78df837ea7fc8a59eab4528728c49;hb=919347c164606c3f1544b2e8bd62f505aeda80a1;hp=4082db12025d8e1f98279fd60865bbda0e13832a;hpb=b9713669e0613652b1ff53601345decf5584ab23;p=pintos-anon diff --git a/doc/userprog.texi b/doc/userprog.texi index 4082db1..67af709 100644 --- a/doc/userprog.texi +++ b/doc/userprog.texi @@ -261,7 +261,7 @@ processor's floating-point unit when switching threads. The @file{src/examples} directory contains a few sample user programs. The @file{Makefile} in this directory -compiles the provided examples, and you can edit it +compiles the provided examples, and you can edit it to compile your own programs as well. Some of the example programs will only work once projects 3 or 4 have been implemented. @@ -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.