Changeset bc2f26f in mainline for arch/ppc32/loader/main.c


Ignore:
Timestamp:
2006-03-14T11:33:21Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d9b46dd
Parents:
2d69ee6
Message:

ppc32: move kernel one frame up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/main.c

    r2d69ee6 rbc2f26f  
    3131#include "asm.h"
    3232
    33 #define KERNEL_PHYSICAL_ADDRESS 0x1000
    34 #define KERNEL_VIRTUAL_ADDRESS 0x80001000
     33#define KERNEL_PHYSICAL_ADDRESS 0x2000
     34#define KERNEL_VIRTUAL_ADDRESS 0x80002000
    3535#define KERNEL_START &_binary_____________kernel_kernel_bin_start
    3636#define KERNEL_END &_binary_____________kernel_kernel_bin_end
Note: See TracChangeset for help on using the changeset viewer.