Browse Source

Minor Typos & Regen Doc

pull/517/head
Wayne Warthen 10 months ago
parent
commit
3804c69428
No known key found for this signature in database GPG Key ID: 8B34ED29C07EEB0A
  1. BIN
      Doc/RomWBW Applications.pdf
  2. BIN
      Doc/RomWBW Disk Catalog.pdf
  3. BIN
      Doc/RomWBW Hardware.pdf
  4. BIN
      Doc/RomWBW Introduction.pdf
  5. BIN
      Doc/RomWBW System Guide.pdf
  6. BIN
      Doc/RomWBW User Guide.pdf
  7. 13
      Source/Doc/UserGuide.md

BIN
Doc/RomWBW Applications.pdf

Binary file not shown.

BIN
Doc/RomWBW Disk Catalog.pdf

Binary file not shown.

BIN
Doc/RomWBW Hardware.pdf

Binary file not shown.

BIN
Doc/RomWBW Introduction.pdf

Binary file not shown.

BIN
Doc/RomWBW System Guide.pdf

Binary file not shown.

BIN
Doc/RomWBW User Guide.pdf

Binary file not shown.

13
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 In the following examples we use the above `dd` options, noting the `of=` option
is the RomWBW target partition. 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. 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) 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 of our existing media. In this example we assume the media
has already been formatted with the combo image, which already 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. 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 #### 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 in other parameters. This is convenient since the combo image reserves 1MB for
the partition table at the start of the disk. the partition table at the start of the disk.

Loading…
Cancel
Save