mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
put a bunch of crap before the code in .text. Since the firmware doesn't seem to honour the a.out entry point, we need to include a little assmbler file which jumps to where we want to be in C. Submitted by: jake
8 lines
73 B
ArmAsm
8 lines
73 B
ArmAsm
/* $FreeBSD$ */
|
|
|
|
.text
|
|
.globl _start
|
|
_start:
|
|
call ofw_init
|
|
nop
|
|
sir
|