summaryrefslogtreecommitdiff
path: root/memdisk/start32.S
blob: c4801bbd2b09b59701dc8370135801d1ea37822f (plain)
1
2
3
4
5
6
7
8
9
# $Id$
#
# 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