Changeset 2e5365f3 in mainline


Ignore:
Timestamp:
2005-08-11T23:15:31Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3902f8a4
Parents:
82f9955
Message:

PPC work.
Define dummy implementations of many functions in fake.s.
Define kernel_image_start in start.S.

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc/Makefile.inc

    r82f9955 r2e5365f3  
    1313arch_sources= \
    1414        arch/powerpc.c \
    15         arch/fpu_context.c
     15        arch/fpu_context.c \
     16        arch/fake.s \
     17        arch/start.S
  • arch/ppc/_link.ld

    r82f9955 r2e5365f3  
    1313        .image 0x80000000: AT (0x80000000) {
    1414                ktext_start = .;
     15                *(K_TEXT_START)
    1516                *(.text);
    1617                ktext_end = .;
  • src/Makefile.config

    r82f9955 r2e5365f3  
    22#ARCH=mips
    33#ARCH=ia64
    4 #ARCH=powerpc
     4#ARCH=ppc
    55#ARCH=amd64
    66
Note: See TracChangeset for help on using the changeset viewer.