Last change
on this file since 6888aa2 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
959 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | /*
|
---|
| 2 | ============================================================================
|
---|
| 3 | errdefs.h -- Buchla 700 BIOS error codes
|
---|
| 4 | Version 1 -- 1987-02-04 -- D.N. Lynx Crowe
|
---|
| 5 | ============================================================================
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | #define ERR01 -1L /* All purpose general error code */
|
---|
| 9 | #define ERR02 -2L /* Drive not ready */
|
---|
| 10 | #define ERR03 -3L /* Unknown command */
|
---|
| 11 | #define ERR04 -4L /* CRC error */
|
---|
| 12 | #define ERR05 -5L /* Invalid request */
|
---|
| 13 | #define ERR06 -6L /* Seek error */
|
---|
| 14 | #define ERR07 -7L /* Unknown media */
|
---|
| 15 | #define ERR08 -8L /* Sector not found */
|
---|
| 16 | #define ERR09 -9L /* End of media or out of paper */
|
---|
| 17 | #define ERR10 -10L /* Write fault */
|
---|
| 18 | #define ERR11 -11L /* Read fault */
|
---|
| 19 | #define ERR12 -12L /* General mishap */
|
---|
| 20 | #define ERR13 -13L /* Write protected */
|
---|
| 21 | #define ERR14 -14L /* Media change */
|
---|
| 22 | #define ERR15 -15L /* Unknown device */
|
---|
| 23 | #define ERR16 -16L /* Bad sectors */
|
---|
| 24 | #define ERR17 -17L /* Insert disk */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.