This repository has been archived on 2023-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RescueBootCD/extra/syslinux-3.09/memdisk/start32.S

10 lines
196 B
ArmAsm

# $Id: start32.S,v 1.1 2003/04/15 19:29:59 hpa Exp $
#
# Simple stub to get us to the right point in the 32-bit code;
# this module must be linked first
#
.text
.globl _start
_start:
jmp setup