Subversion Repositories HelenOS-historic

Rev

Rev 651 | Rev 673 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 651 Rev 671
Line 63... Line 63...
63
#include <arch/faddr.h>
63
#include <arch/faddr.h>
64
 
64
 
65
#include <typedefs.h>
65
#include <typedefs.h>
66
 
66
 
67
char *project = "SPARTAN kernel";
67
char *project = "SPARTAN kernel";
68
char *copyright = "Copyright (C) 2001-2005 HelenOS project";
68
char *copyright = "Copyright (C) 2001-2006 HelenOS project";
69
char *release = RELEASE;
69
char *release = RELEASE;
70
char *name = NAME;
70
char *name = NAME;
71
char *arch = ARCH;
71
char *arch = ARCH;
72
 
72
 
73
#ifdef REVISION
73
#ifdef REVISION