Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 1998 17:18:54 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/doscmd dos.c
Message-ID:  <199807170018.RAA19516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         1998/07/16 17:18:54 PDT

  Modified files:
    usr.bin/doscmd       dos.c 
  Log:
  o for unknown int21 functions, set the CY bit to indicate failure
  o When reporting a int21 function we don't know about yet, report
    AH as the major and AL as the minor, as opposed to reporting AL
    as the major.
  o Add support for 21:44:7: ioctl check output status.  We
    optimistically say that output is always ready.
  o Add half support for 21:23: get file size.  We always now return
    failure.  This function isn't supported, according to the interrupt
    list, by the DOS box in windows, so I don't feel too bad.
  
  Revision  Changes    Path
  1.5       +34 -2     src/usr.bin/doscmd/dos.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807170018.RAA19516>