Bumped project copyright year.
[AROS.git] / arch / m68k-amiga / boot / rom_entry.S
blob5608f8cdba1352657ae53666f32e356ace113881
2 Version = 46
3 Revision= 11
5         .text
7         .globl software_reset
8         .globl _start
9         .align 4 
11 rom_start:
12         .word   0x1111
13 _start:
14 software_reset:
15         jmp rom_init
17     // make programs that peek rom header happy
19     .word 0x0000
20     .word 0xffff
21     .word Version
22     .word Revision
23     .word Version
24     .word Revision
25     .word 0xffff
26     .word 0xffff
27     .asciz "AROS ROM Operating System and Libraries"
28     .asciz "Copyright \251 1995-2017 "
29     .asciz "The AROS Development Team, "
30     .asciz "All Rights Reserved."
31     .asciz ADATE
33     /* Magic reset vector, used by some expansion ROMs and
34      * softkick programs */
35     .align 4
36     .org   0xd0
37     .global rom_magic_reset
38 rom_magic_reset:
39     reset
40     nop