source: bootcd/isolinux/syslinux-6.03/core/localboot.inc @ e16e8f2

Last change on this file since e16e8f2 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 123 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.