Subversion Repositories HelenOS-historic

Rev

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

Rev 458 Rev 460
Line 59... Line 59...
59
#include <arch.h>
59
#include <arch.h>
60
#include <arch/faddr.h>
60
#include <arch/faddr.h>
61
 
61
 
62
#include <typedefs.h>
62
#include <typedefs.h>
63
 
63
 
64
char *project = "SPARTAN kernel";
64
char *project = "SPARTAN kernel release " RELEASE " (" NAME ")";
65
char *copyright = "Copyright (C) 2001-2005 Jakub Jermar\nCopyright (C) 2005 HelenOS project";
65
char *copyright = "Copyright (C) 2001-2005 Jakub Jermar\nCopyright (C) 2005 HelenOS project";
66
 
66
 
67
config_t config;
67
config_t config;
68
context_t ctx;
68
context_t ctx;
69
 
69