Changeset 24241cf in mainline for arch/mips/boot/boot.S


Ignore:
Timestamp:
2005-09-10T17:30:56Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1493d9
Parents:
9060bd1
Message:

Basic changes to boot it on SGI Indy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/boot/boot.S

    r9060bd1 r24241cf  
    3434
    3535#include <arch/asm/boot.h>
     36
     37#ifndef KERNEL_LOAD_ADDRESS
     38# define KERNEL_LOAD_ADDRESS 0x80010000
     39#endif
    3640       
    3741.global start
Note: See TracChangeset for help on using the changeset viewer.