~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to boot/arch/ppc32/include/arch.h

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
#define BOOT_OFFSET  0x8000
36
36
 
37
 
#define LOADER_ADDRESS  0x01000000
 
37
#define LOADER_ADDRESS  0x02000000
38
38
 
39
39
#ifndef __ASM__
40
40
        #define PA2KA(addr)  (((uintptr_t) (addr)) + 0x80000000)