xref: /kvmtool/tests/kernel/kernel.S (revision 3d2312e5077c1e519b24124a7eb85a3ad67caa6b)
1	.code16gcc
2	.text
3	.globl  _start
4	.type   _start, @function
5_start:
6	# "This is probably the largest possible kernel that is bug free." -- Avi Kivity
7	1:
8	jmp 1b
9