Index: arch-handbook/boot/chapter.xml =================================================================== --- arch-handbook/boot/chapter.xml +++ arch-handbook/boot/chapter.xml @@ -71,14 +71,13 @@ activity. Not only must code be written for every computer architecture, but there may also be multiple types of booting on the same architecture. For example, a directory listing of - /usr/src/sys/boot - reveals a great amount of architecture-dependent code. There is - a directory for each of the various supported architectures. In - the x86-specific i386 - directory, there are subdirectories for different boot standards - like mbr (Master Boot Record), - gpt (GUID Partition - Table), and efi (Extensible Firmware + /usr/src/sys/boot reveals a great amount of + architecture-dependent code. There is a directory for each of + the various supported architectures. In the x86-specific + i386 directory, there are subdirectories for + different boot standards like mbr + (Master Boot Record), gpt (GUID + Partition Table), and efi (Extensible Firmware Interface). Each boot standard has its own conventions and data structures. The example that follows shows booting an x86 computer from an MBR hard drive with the &os;