Results 1 to 3 of 3

Thread: The ROM BIOS Interrupt 19

  1. #1
    Join Date
    Apr 2009
    Posts
    90

    The ROM BIOS Interrupt 19

    Hello,


    I have very strange problem with my Bios, it gives me error suggesting that ROM Bios Interrupt 19, which is related to unable to read the specific sector, what does that mean, is any sector on my storage device is damaged or something else.What does this mean,and any one come across this problem before.

    Please help.

  2. #2
    Join Date
    Oct 2008
    Posts
    114

    Re: The ROM BIOS Interrupt 19

    Interrupt 19 is the software interrupt that handles the boot disk function. It is typically handled by the motherboard BIOS as well as alternatively it can also be handled by the optional boot ROM BIOS in some IDE/SCSI host adaptors.

    You might have disabled ROM BIOS because of which host adaptors will not be able to "capture" Interrupt 19. Therefore, you will not be able to boot operating systems from any bootable disks attached to these host adaptors. Nor will you be able to gain access to their ROM setup utilities.

  3. #3
    Join Date
    Oct 2008
    Posts
    107

    Re: The ROM BIOS Interrupt 19

    This interrupt can be used to determine if the drive door is open, if the disk is formatted, if the disk is write-protected, and many other conditions. The code generated for this is smaller than a similar program using ON ERROR GOTO statements to trap disk errors.

    Interrupt 19 with function 0 (reset disk system) should be called after a failed floppy disk Read, Write, Verify, or Format request before retrying the operation.

Similar Threads

  1. Bios code 25 - Interrupt vector loading in progress
    By bryno2 in forum Motherboard Processor & RAM
    Replies: 6
    Last Post: 15-05-2011, 07:51 PM
  2. What is an User interrupt handling in VBA of Excel?
    By Jacques25 in forum Windows Software
    Replies: 5
    Last Post: 11-03-2010, 03:22 AM
  3. Interrupt Service Routine for windows
    By LasitMalinga in forum Software Development
    Replies: 3
    Last Post: 05-05-2009, 07:47 PM
  4. How to Interrupt Sleep Function in Python
    By Xena in forum Software Development
    Replies: 3
    Last Post: 13-04-2009, 03:08 PM
  5. System Interrupt Controller
    By Mintoo in forum Windows XP Support
    Replies: 3
    Last Post: 25-06-2007, 12:27 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,966,533.95516 seconds with 17 queries