mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-28 09:55:57 +00:00
3d2312e507
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
9 lines
164 B
ArmAsm
9 lines
164 B
ArmAsm
.code16gcc
|
|
.text
|
|
.globl _start
|
|
.type _start, @function
|
|
_start:
|
|
# "This is probably the largest possible kernel that is bug free." -- Avi Kivity
|
|
1:
|
|
jmp 1b
|