mirror of
https://github.com/simh/simh.git
synced 2026-02-04 07:34:02 +00:00
Compiler warning cleanup
This commit is contained in:
@@ -360,7 +360,7 @@ const char *const text =
|
||||
"KE11A Extended Arithmetic Option (KE)\n"
|
||||
"\n"
|
||||
" The KE11A extended arithmetic option (KE) provides multiply, divide,\n"
|
||||
" normalization, and multi-bit shift capability on Unibus PDP-11’s that\n"
|
||||
" normalization, and multi-bit shift capability on Unibus PDP-11's that\n"
|
||||
" lack the EIS instruction set.\n"
|
||||
"\n"
|
||||
" The KE11-A performs five arithmetic operations.\n"
|
||||
|
||||
@@ -516,7 +516,7 @@ const char *const text =
|
||||
"RF11/RS11 Fixed Head Disk Controller (RF)\n"
|
||||
"\n"
|
||||
/*567901234567890123456789012345678901234567890123456789012345678901234567890*/
|
||||
" The RFll-A is a fast, low-cost, random·access bulk-storage system. An\n"
|
||||
" The RFll-A is a fast, low-cost, random-access bulk-storage system. An\n"
|
||||
" RFll-A provides 262,144 17-bit words (16 data bits and 1 parity bit)\n"
|
||||
" of storage. Up to eight RSll disk platters can be controlled by one RFll\n"
|
||||
" Controller for a total of 2,047,152 words of storage. An RFll-A includes\n"
|
||||
@@ -529,7 +529,7 @@ const char *const text =
|
||||
" both disk storage and main memory in the PDP-11 system.\n"
|
||||
/*567901234567890123456789012345678901234567890123456789012345678901234567890*/
|
||||
"\n"
|
||||
" The RSll disk contains a nickel·cobalt·plated disk driven by a hysterisis\n"
|
||||
" The RSll disk contains a nickel-cobalt-plated disk driven by a hysterisis\n"
|
||||
" synchronous motor. Data is recorded on a single disk surface by 128\n"
|
||||
" fixed read/write heads.\n"
|
||||
" Operation\n"
|
||||
|
||||
@@ -1418,8 +1418,8 @@ const char *const text =
|
||||
" referred to as a line or as a character. Since. six lines make up a\n"
|
||||
" word, the tape can record, 18-bit data words. During normal data\n"
|
||||
" writing, the Controller disassembles the 18-bit word and distributes\n"
|
||||
" the bits so they are recorded as six 3·bit characters. Since PDP-11\n"
|
||||
" words are l6·bits long, the Controller writes the extra two bits as 0's\n"
|
||||
" the bits so they are recorded as six 3-bit characters. Since PDP-11\n"
|
||||
" words are l6-bits long, the Controller writes the extra two bits as 0's\n"
|
||||
" and ignores them when reading. However, during special modes, the\n"
|
||||
" extra two bits can be written and recovered.\n"
|
||||
"\n"
|
||||
@@ -1428,7 +1428,7 @@ const char *const text =
|
||||
" (forward and reverse), extension zones (forward and reverse), and the\n"
|
||||
" information zone. The two end zones (each approximately 10 feet) mark\n"
|
||||
" the end of the physical tape and are used for winding the tape around\n"
|
||||
" the heads and onto the take·up reel. These zones never contain data.\n"
|
||||
" the heads and onto the take-up reel. These zones never contain data.\n"
|
||||
" The forward and reverse extension areas mark the end of the information\n"
|
||||
" region of the tape. Their length is sufficient to ensure that once the\n"
|
||||
" end zone is entered and tape motion is reversed; there is adequate\n"
|
||||
|
||||
@@ -762,7 +762,7 @@ const char *const text =
|
||||
" read and executed the first record on tape. To allow for ANSI labels,\n"
|
||||
" the DEC standard bootstrap skipped the first record and read and executed\n"
|
||||
" the second. The DEC standard is the default; to bootstrap an original\n"
|
||||
" format tape, use the command BOOT –O MTn. The TM11 is automatically\n"
|
||||
" format tape, use the command BOOT -O MTn. The TM11 is automatically\n"
|
||||
" disabled in a Qbus system with more than 256KB of memory.\n";
|
||||
fprintf (st, "%s", text);
|
||||
fprint_set_help (st, dptr);
|
||||
|
||||
Reference in New Issue
Block a user