summaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/cpu_reset.inc
blob: c7c05e21984be30fce87f48ab7d8d1c2619bf184 (plain)
1
2
3
4
5
6
7
8
9
jmp cpu_reset_out

__cpu_reset:
	movl	$0xffffffff, %ebp
	jmp	__main

cpu_reset_out: