- Timestamp:
- 2010-07-12T10:53:30Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd11d3e
- Parents:
- c40e6ef (diff), bee2d4c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- boot/arch
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/abs32le/Makefile.inc
rc40e6ef rbd48f4c 1 1 # 2 # Copyright (c) 20 01-2004 Jakub Jermar2 # Copyright (c) 2010 Martin Decky 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 .text 30 .global panic_printf 31 32 panic_printf: 33 movl $halt, (%esp) # fake stack to make printf return to halt 34 jmp printf 29 BOOT_OUTPUT = 30 RAW = 31 JOB = 32 MAP = 33 PREBUILD = 34 BUILD = Makefile.empty -
boot/arch/ia64/src/asm.S
rc40e6ef rbd48f4c 113 113 jump_to_kernel: 114 114 alloc loc0 = ar.pfs, 1, 1, 0, 0 115 mov r 1= in0 ;; # Pass bootinfo address115 mov r2 = in0 ;; # Pass bootinfo address 116 116 movl r8 = KERNEL_ADDRESS;; 117 117 mov b1 = r8 ;;
Note:
See TracChangeset
for help on using the changeset viewer.