/* main kernel routine */ .text .globl main main: nop # this kernel does nothing! ret .size main,.-main