Subversion Repositories HelenOS

Rev

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

Rev 2349 Rev 2352
Line 41... Line 41...
41
#include <printf.h>
41
#include <printf.h>
42
 
42
 
43
#include "mm.h"
43
#include "mm.h"
44
 
44
 
45
/** Kernel entry point address. */
45
/** Kernel entry point address. */
46
#define KERNEL_VIRTUAL_ADDRESS 0x80150000
46
#define KERNEL_VIRTUAL_ADDRESS 0x80200000
47
 
47
 
48
 
48
 
49
char *release = RELEASE;
49
char *release = RELEASE;
50
 
50
 
51
#ifdef REVISION
51
#ifdef REVISION