Changeset 96e0748d in mainline for kernel/arch/ppc32/src/boot/boot.S
- Timestamp:
- 2009-02-17T22:47:27Z (14 years ago)
- Branches:
- lfn, master, serial
- Children:
- f89979b
- Parents:
- e662a5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/boot/boot.S
re662a5f r96e0748d 34 34 .global kernel_image_start 35 35 kernel_image_start: 36 36 37 37 # load temporal kernel stack 38 38 … … 53 53 54 54 addis r3, r3, 0x8000 55 55 56 56 lis r31, bootinfo@ha 57 57 addi r31, r31, bootinfo@l # r31 = bootinfo
Note: See TracChangeset
for help on using the changeset viewer.