Home | History | Annotate | Download | only in core
      1 		section .text16
      2 		global local_boot16:function hidden
      3 local_boot16:
      4 		mov cx,0
      5 		mov ss,cx
      6 		mov sp,7C00h
      7 		jmp 0:07C00h
      8