Add linux-next specific files for 20110831
[linux-2.6/next.git] / tools / kvm / tests / kernel / kernel.S
blob2824b64da6572d5edd7e66a35f9aa95ba7448bb6
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