Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - critical error handler table http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Critical error handler table
------------------------------------------------------------------------------
 Block device error codes

------------------------------------------------------------------------------
 Error code       Meaning
------------------------------------------------------------------------------
  0               Attempt to write on a write-protected disk.
  1               Unknown device.
  2               Drive is not ready.
  3               Unknown command issued to device.
  4               CRC error in data.
  5               Drive request structure length is invalid.
  6               Drive seek error.
  7               Unknown media type.
  8               Requested sector not found.
  9               Printer out of paper.
 10               Write fault.
 11               Read fault.
 12               General failure.
------------------------------------------------------------------------------


 Character device codes

------------------------------------------------------------------------------
 Code             Character device
------------------------------------------------------------------------------
 0                Standard input device.
 1                Standard output device.
 2                Current NULL device.
 3                Current CLOCK device.
------------------------------------------------------------------------------


 Disk area codes

------------------------------------------------------------------------------
 Code             Disk area
------------------------------------------------------------------------------
 0                MS-DOS area
 1                File allocation area
 2                Directory
 3                Data area
------------------------------------------------------------------------------


 Critical error handler return values

------------------------------------------------------------------------------
 Return value     Meaning
------------------------------------------------------------------------------
 0                Ignore the error
 1                Retry the operation
 2                Abort program by issuing interrupt 23h
 3                Fail the system call that is in progress
------------------------------------------------------------------------------

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson