diff options
| author | Warner Losh <imp@FreeBSD.org> | 1998-06-30 22:23:06 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1998-06-30 22:23:06 +0000 |
| commit | 4e47f901f9cb629b325264957ff59679358e25bb (patch) | |
| tree | 6ca52d6d281ef30549a509c80d5ffe86c7d60375 /usr.bin/doscmd | |
| parent | 85082fc3c39acc87506e423eb2e6c7befd958c8b (diff) | |
Notes
Diffstat (limited to 'usr.bin/doscmd')
| -rw-r--r-- | usr.bin/doscmd/int2f.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/doscmd/int2f.c b/usr.bin/doscmd/int2f.c index 450d4d7296183..e8fecb3d9538e 100644 --- a/usr.bin/doscmd/int2f.c +++ b/usr.bin/doscmd/int2f.c @@ -29,7 +29,7 @@ * * BSDI int2f.c,v 2.2 1996/04/08 19:32:53 bostic Exp * - * $Id: int2f.c,v 1.4 1996/09/22 15:42:56 miff Exp $ + * $Id: int2f.c,v 1.1 1997/08/09 01:42:50 dyson Exp $ */ #include "doscmd.h" @@ -99,6 +99,10 @@ static int int2f_windows(regcontext_t *REGS) { switch (R_AL) { + case 0x00: + R_AL = 0x00; /* Neither Win 3.x nor 2.x running */ + return(0); + case 0x80: /* installation check */ tty_pause(); R_AL = 0x00; |
