Changeset b994a60 in mainline for arch/ia64/src/start.S


Ignore:
Timestamp:
2006-03-09T12:44:27Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
901122b
Parents:
cd373bb
Message:

ia64 work.
Changes to make userspace work (kernel part).
Use ski.conf from contrib directory to run Ski.

There is actually no appropriate syscall handler yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/src/start.S

    rcd373bb rb994a60  
    125125
    126126        # initialize gp (Global Pointer) register
    127         movl r1 = _hardcoded_load_address       ;;
     127        movl r1 = _hardcoded_load_address
    128128
    129129        /*
     
    132132        movl r14 = _hardcoded_ktext_size
    133133        movl r15 = _hardcoded_kdata_size
    134         movl r16 = _hardcoded_load_address
     134        movl r16 = _hardcoded_load_address ;;
    135135        addl r17 = @gprel(hardcoded_ktext_size), gp
    136136        addl r18 = @gprel(hardcoded_kdata_size), gp
Note: See TracChangeset for help on using the changeset viewer.