From 3d427bdf70085d48a74b167927bc76aa5685bd4c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 14 Dec 2010 06:36:12 +0100 Subject: [PATCH] Corrected a statemenent about Sector Count in boot record documentation. --- doc/boot_sectors.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/boot_sectors.txt b/doc/boot_sectors.txt index 698c11c..6201aaa 100644 --- a/doc/boot_sectors.txt +++ b/doc/boot_sectors.txt @@ -157,8 +157,8 @@ Byte Range | Value | Meaning | | "the number of virtual/emulated sectors the system | | will store at Load Segment during the initial boot | | procedure." - | | libisofs stores 1 for emulated boot_media and - | | 0 for boot_media == 0. + | | libisofs stores 1 for emulated boot_media and a + | | user defined value for boot_media == 0. Often: 4. | | 8 - 11 | load_rba | Load RBA. The 2 kB block address where the boot | | image file content is located in the ISO 9660 image. @@ -210,8 +210,8 @@ Byte Range | Value | Meaning | | 6 - 7 | sec_count | Sector Count. | | See above Initial/Default Entry - | | libisofs stores 1 for emulated boot_media and - | | 0 for boot_media == 0. + | | libisofs stores 1 for emulated boot_media and a + | | user defined value for boot_media == 0. Often: 4. | | 8 - 11 | load_rba | Load RBA. The 2 kB block address where the boot | | image file content is located in the ISO 9660 image.