Hi!

1-Апр-2004 10:01 [EMAIL PROTECTED] (Luchezar Georgiev) wrote to
[EMAIL PROTECTED]:

LG> But VER /R of FreeCOM already does this! Typing VER /R gives:
>> FreeDOS kernel version 1.1.33

______________O\_/_________________________________\_/O______________
  /* Get DOS-C release string pointer                     */
case 0xff:
  irp->DX = FP_SEG(os_release);
  irp->AX = FP_OFF(os_release);
  break;
_____________________________________________________________________
              O/~\                                 /~\O
______________O\_/_________________________________\_/O______________
GLOBAL const BYTE ASM os_release[]
#ifdef MAIN
    = "FreeDOS kernel version " KERNEL_VERSION_STRING
    " (Build " KERNEL_BUILD_STRING ") [" __DATE__ " " __TIME__ "]\n"
_____________________________________________________________________
              O/~\                                 /~\O




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to