Files
kvmtool/tests/kernel/kernel.S
2015-06-01 16:39:38 +01:00

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