From 40276450afe9efc47b5fcad4365faabe6e768495 Mon Sep 17 00:00:00 2001 From: Eric Auer Date: Sat, 20 May 2006 20:48:43 +0000 Subject: [PATCH] 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 --- kernel/globals.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kernel/globals.h b/kernel/globals.h index b99f195..efd7953 100644 --- a/kernel/globals.h +++ b/kernel/globals.h @@ -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\