source:
bootcd/isolinux/syslinux-6.03/core/localboot.inc
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 123 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.