swift 14/01/23 19:43:16 Modified: hb-install-x86+amd64-disk.xml Log: Fix bug #496564 - More truthful explanation of MBR and 32-bit stuff
Revision Changes Path 1.40 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.39&r2=1.40 Index: hb-install-x86+amd64-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- hb-install-x86+amd64-disk.xml 31 Dec 2013 20:43:07 -0000 1.39 +++ hb-install-x86+amd64-disk.xml 23 Jan 2014 19:43:16 -0000 1.40 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.39 2013/12/31 20:43:07 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.40 2014/01/23 19:43:16 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ This chapter describes how to partition a disk for future usage. </abstract> -<version>31</version> -<date>2013-12-31</date> +<version>32</version> +<date>2014-01-23</date> <section> <title>Introduction to Block Devices</title> @@ -37,7 +37,8 @@ <p> The <e>MBR (Master Boot Record)</e> setup uses 32-bit identifiers for -partitions, and supports three partition types: <e>primary</e>, +the start sector and length of the partitions, and supports three partition +types: <e>primary</e>, <e>extended</e> and <e>logical</e>. Primary partitions have their information stored in the master boot record itself - a very small (usually 512 bytes) location at the very beginning of a disk. Due to this small space, only four
