Index: en_US.ISO8859-1/books/developers-handbook/book.xml =================================================================== --- en_US.ISO8859-1/books/developers-handbook/book.xml +++ en_US.ISO8859-1/books/developers-handbook/book.xml @@ -10,7 +10,7 @@ --> FreeBSD Developers' Handbook - + The FreeBSD Documentation Project @@ -32,6 +32,7 @@ 2012 2013 2014 + 2015 The FreeBSD Documentation Project Index: en_US.ISO8859-1/books/developers-handbook/x86/chapter.xml =================================================================== --- en_US.ISO8859-1/books/developers-handbook/x86/chapter.xml +++ en_US.ISO8859-1/books/developers-handbook/x86/chapter.xml @@ -892,7 +892,7 @@ If your system is not FreeBSD, you need to get nasm from its -home +home page. You can still use it to assemble FreeBSD code. @@ -2258,17 +2258,6 @@ or perhaps rename it with a .cgi extension. - -Then you need to use your browser to view its output. -To see its output on my web server, please go to -http://www.int80h.org/webvars/. -If curious about the additional environment variables -present in a password protected web directory, go to -http://www.int80h.org/private/, -using the name asm and password -programmer. - - @@ -2737,9 +2726,7 @@ For an in-depth treatment of mmap, see -W. Richard Stevens' -Unix -Network Programming, Volume 2, Chapter 12. +W. Richard Stevens' Unix Network Programming, Volume 2, Chapter 12. @@ -3976,8 +3963,7 @@ The book to read—if you can find it—is Richard Startz' -8087/80287/80387 -for the IBM PC & Compatibles. +8087/80287/80387 for the IBM PC & Compatibles. Though it does seem to take the fact about the little–endian storage of the packed decimal for granted. I kid you not about the @@ -6463,9 +6449,8 @@ -Thomas M. Sommers opened the door for me. His -How -do I write "Hello, world" in FreeBSD assembler? +Thomas M. Sommers opened the door for me. His How +do I write "Hello, world" in FreeBSD assembler? web page was my first encounter with an example of assembly language programming under FreeBSD.