Changeset 2a13328 in mainline
- Timestamp:
- 2013-12-28T21:33:46Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 208b5f5
- Parents:
- e1cad18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc32/src/asm.S
re1cad18 r2a13328 35 35 .global boot_ctx_table 36 36 .global boot_stack 37 .global halt 37 38 .global jump_to_kernel 38 39 … … 47 48 boot_ctx_table: 48 49 .space 4 50 49 51 .section BOOTSTACK 50 52 .space 4096 51 53 boot_stack: 54 55 .text 56 57 halt: 58 b halt 59 nop 52 60 53 61 jump_to_kernel:
Note:
See TracChangeset
for help on using the changeset viewer.