Subversion Repositories HelenOS

Rev

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

Rev 77 Rev 78
Line 54... Line 54...
54
 
54
 
55
#include <arch.h>
55
#include <arch.h>
56
#include <arch/faddr.h>
56
#include <arch/faddr.h>
57
 
57
 
58
char *project = "SPARTAN kernel";
58
char *project = "SPARTAN kernel";
59
char *copyright = "Copyright (C) 2001-2005 Jakub Jermar, Copyright (C) 2005 HelenOS project";
59
char *copyright = "Copyright (C) 2001-2005 Jakub Jermar\nCopyright (C) 2005 HelenOS project";
60
 
60
 
61
config_t config;
61
config_t config;
62
context_t ctx;
62
context_t ctx;
63
 
63
 
64
/*
64
/*