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