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