mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-04-28 19:03:41 +00:00
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
|