diff options
-rw-r--r-- | sys/boot/sparc64/boot1/_start.S | 8 | ||||
-rw-r--r-- | sys/boot/sparc64/boot1/_start.s | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/sys/boot/sparc64/boot1/_start.S b/sys/boot/sparc64/boot1/_start.S new file mode 100644 index 0000000..30f8019 --- /dev/null +++ b/sys/boot/sparc64/boot1/_start.S @@ -0,0 +1,8 @@ +/* $FreeBSD$ */ + + .text + .globl _start +_start: + call ofw_init + nop + sir diff --git a/sys/boot/sparc64/boot1/_start.s b/sys/boot/sparc64/boot1/_start.s new file mode 100644 index 0000000..30f8019 --- /dev/null +++ b/sys/boot/sparc64/boot1/_start.s @@ -0,0 +1,8 @@ +/* $FreeBSD$ */ + + .text + .globl _start +_start: + call ofw_init + nop + sir |