Subversion Repositories HelenOS-historic

Rev

Rev 1702 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1702 Rev 1777
Line 34... Line 34...
34
 
34
 
35
#ifndef __sparc64_BOOT_H__
35
#ifndef __sparc64_BOOT_H__
36
#define __sparc64_BOOT_H__
36
#define __sparc64_BOOT_H__
37
 
37
 
38
#define VMA         0x400000
38
#define VMA         0x400000
39
#define LMA         0x4000
39
#define LMA         VMA
40
 
40
 
41
#endif
41
#endif
42
 
42
 
43
 /** @}
43
/** @}
44
 */
44
 */
45
 
-