temp fix until int13h entry code cleaned up

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1161 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Kenneth J Davis 2005-11-30 16:36:24 +00:00
parent f44334f0e2
commit e4b6c0e63c
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ STATIC void setup_int_vectors(void)
{ 0x1, FP_OFF(empty_handler) }, /* single step */
{ 0x3, FP_OFF(empty_handler) }, /* debug breakpoint */
{ 0x6, FP_OFF(int6_handler) }, /* invalid opcode */
{ 0x13, FP_OFF(int13_handler) }, /* BIOS disk filter */
/* { 0x13, FP_OFF(int13_handler) }, *//* BIOS disk filter */
#if 0
{ 0x19, FP_OFF(int19_handler) }, /* BIOS bootstrap loader, vdisk */
#endif