1		section .text16
2		global local_boot16:function hidden
3local_boot16:
4		mov cx,0
5		mov ss,cx
6		mov sp,7C00h
7		jmp 0:07C00h
8