annotate docs/nitros9guide/ded.refentry @ 2934:0bd529f1d860

Update mkdskimage script to recognize DW images DriveWire image names were changed from _dw3.dsk to _dw.dsk.
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 21 Jan 2014 20:47:47 +0100
parents b00cf13c9f61
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
971
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
1 <refentry id="ded">
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
2 <refnamediv>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
3 <refname>DED</refname>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
4 <refpurpose>Disk Editor</refpurpose>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
5 </refnamediv>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
6
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
7 <refsynopsisdiv>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
8 <cmdsynopsis>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
9 <command>ded</command>
975
c565a4700689 The entitity replstart was replaced with <replaceable>
roug
parents: 971
diff changeset
10 <arg choice="plain"><replaceable>pathlist</replaceable></arg>
971
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
11 </cmdsynopsis>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
12 </refsynopsisdiv>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
13
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
14 <refsect1><title>Description</title>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
15 <para>
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
16 <command>dEd</command> is a screen-oriented disk editor utility.
971
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
17 It was originally conceived as a floppy
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
18 disk editor, so the display is organized around individual
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
19 sectors. It performs most of the functions of Patch, from
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
20 Computerware, but is faster, more compact, and
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
21 screen-oriented rather than line-oriented. Individual files
1500
b00cf13c9f61 Major changes for new NitrOS-9 manual
boisy
parents: 1093
diff changeset
22 or the disk itself (hard, floppy, RAM) can be examined and
971
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
23 changed, sectors can be written to an output file, and
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
24 executable modules can be located, linked to and verified.
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
25 </para><para>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
26 To use, type:
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
27 <screen>
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
28 <command>dEd</command> <replaceable>pathlist</replaceable>
971
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
29 </screen>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
30 where &lt;pathlist&gt; is of the form: filename or dirname
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
31 or /path/filename
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
32 or /D0@ (edits entire disk)
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
33 </para><para>
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
34 <command>dEd</command> will read in and display the first 256 bytes in the file
971
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
35 (disk). This is Logical Sector Number (LSN) zero. You move
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
36 through the file sector (LSN) by sector using the up and
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
37 down arrow keys. The current LSN number is displayed in Hex
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
38 and Decimal in the upper left corner of the screen. If the
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
39 disk itself was accessed (by appending '@' to it's name when
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
40 <command>dEd</command> was called), the LSN is the disk sector number. If an
971
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
41 individual file is being editted, however, the LSN displayed
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
42 refers to the file, not to the disk. All numbers requested
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
43 by <command>dEd</command> must be in Hex format. All commands are accessed by
971
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
44 simply pressing the desired key.
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
45 </para>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
46 </refsect1>
425b8a051c58 Reference pages for new commands
roug
parents:
diff changeset
47 </refentry>