mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-22 13:24:28 +02:00
changed the os_release version message to be
"build 2036 cvs [version Sep 09 2005 compiled May 20 2006]" as opposed to the old "version 1.1.35 (Build 2035b-cvs) [Jul 23 2005 12:34:56]" -> removed the "1.1.35" and compile TIME, added SOURCE DATE git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1182 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
0539a70107
commit
40276450af
@ -203,7 +203,7 @@ GLOBAL WORD bDumpRdWrParms
|
||||
#if 0 /* defined in MAIN.C now to save low memory */
|
||||
|
||||
GLOBAL BYTE copyright[] =
|
||||
"(C) Copyright 1995-2001 Pasquale J. Villani and The FreeDOS Project.\n"
|
||||
"(C) Copyright 1995-2006 Pasquale J. Villani and The FreeDOS Project.\n"
|
||||
"All Rights Reserved. This is free software and comes with ABSOLUTELY NO\n"
|
||||
"WARRANTY; you can redistribute it and/or modify it under the terms of the\n"
|
||||
"GNU General Public License as published by the Free Software Foundation;\n"
|
||||
@ -213,11 +213,12 @@ GLOBAL BYTE copyright[] =
|
||||
|
||||
GLOBAL const BYTE ASM os_release[]
|
||||
#ifdef MAIN
|
||||
= "FreeDOS kernel build " KERNEL_BUILD_STRING
|
||||
" [version " SOURCE_DATE_STRING " compiled " __DATE__ "]\n"
|
||||
#if 0
|
||||
= "DOS-C version %d.%d Beta %d [FreeDOS Release] (Build %d).\n"
|
||||
#endif
|
||||
= "FreeDOS kernel version " KERNEL_VERSION_STRING
|
||||
" (Build " KERNEL_BUILD_STRING ") [" __DATE__ " " __TIME__ "]\n"
|
||||
#endif
|
||||
#if 0
|
||||
"For technical information and description of the DOS-C operating system\n\
|
||||
consult \"FreeDOS Kernel\" by Pat Villani, published by Miller\n\
|
||||
|
Loading…
x
Reference in New Issue
Block a user