diff --git a/Doc/RomWBW Applications.pdf b/Doc/RomWBW Applications.pdf index 6d2ebd1f..eeaad831 100644 Binary files a/Doc/RomWBW Applications.pdf and b/Doc/RomWBW Applications.pdf differ diff --git a/Doc/RomWBW Disk Catalog.pdf b/Doc/RomWBW Disk Catalog.pdf index 5f5477ad..4054a42c 100644 Binary files a/Doc/RomWBW Disk Catalog.pdf and b/Doc/RomWBW Disk Catalog.pdf differ diff --git a/Doc/RomWBW Hardware.pdf b/Doc/RomWBW Hardware.pdf index 7c457953..c8c1ba43 100644 Binary files a/Doc/RomWBW Hardware.pdf and b/Doc/RomWBW Hardware.pdf differ diff --git a/Doc/RomWBW Introduction.pdf b/Doc/RomWBW Introduction.pdf index 8615183d..0ff962dc 100644 Binary files a/Doc/RomWBW Introduction.pdf and b/Doc/RomWBW Introduction.pdf differ diff --git a/Doc/RomWBW System Guide.pdf b/Doc/RomWBW System Guide.pdf index 80bd521e..d9450039 100644 Binary files a/Doc/RomWBW System Guide.pdf and b/Doc/RomWBW System Guide.pdf differ diff --git a/Doc/RomWBW User Guide.pdf b/Doc/RomWBW User Guide.pdf index cf47b30f..c1fcf7c2 100644 Binary files a/Doc/RomWBW User Guide.pdf and b/Doc/RomWBW User Guide.pdf differ diff --git a/Source/Doc/UserGuide.md b/Source/Doc/UserGuide.md index 00b2e7f0..6081401f 100644 --- a/Source/Doc/UserGuide.md +++ b/Source/Doc/UserGuide.md @@ -2162,9 +2162,10 @@ device. For example, the first partition could be `/dev/disk9s1`, `/dev/sdg1`, In the following examples we use the above `dd` options, noting the `of=` option is the RomWBW target partition. -** NOTE ** A second approach (Examples 3 and 4) the hard disk is addressed as a raw disk -device and we take explicit steps to calculate the start of the RomWBW -partition. While this work's, it is better to use the partition relative approach +** NOTE ** A second approach (Examples 3 and 4) is to address the hard +disk as a raw disk device and we take explicit steps to calculate the +start of the RomWBW partition. While this works, it is better to use the +partition relative approach. The commands in the examples below are run from the `Binary` folder of RomWBW distribution. @@ -2173,8 +2174,8 @@ The commands in the examples below are run from the `Binary` folder of RomWBW di In this example we will copy the (hd1k) games image to Slice 6 (free) of our existing media. In this example we assume the media has already been formatted with the combo image, which already -contains 6 slices (numbered from 0 to 5) -We are just coping the needed slice to the existing media +contains 6 slices (numbered from 0 to 5). +We are just copying the needed slice to the existing media as a new slice (number 6) after the existing slices making it the 7th slice. ``` @@ -2192,7 +2193,7 @@ and writes the games image to the 7th slice. #### Example 2 : Copy the entire Combo Image without replacing partition table -In all the following examples we use `bs=1MB` to defines the block size used +In all of the following examples we use `bs=1MB` to defines the block size used in other parameters. This is convenient since the combo image reserves 1MB for the partition table at the start of the disk.