aboutsummaryrefslogtreecommitdiff
path: root/sys/rt/i386/rt1.s
blob: aef4f0572321f09aaa8b740dc2b186146c652f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.extern rt·thunk

.text
.global _start
_start:
	xor %ebp,%ebp
	mov %esp,%eax
	and $-16,%esp
	push %eax
	push %eax
	push %eax
	push %eax
	call rt·thunk
");