diff options
| author | Matt Fleming <matt.fleming@intel.com> | 2012-12-07 11:33:45 +0000 |
|---|---|---|
| committer | Matt Fleming <matt.fleming@intel.com> | 2012-12-07 11:33:45 +0000 |
| commit | 10f6cf6eef0a7da7dad1933efdbfb101155792d0 (patch) | |
| tree | d8ee3bfc6e55e739e0f135cd6d945955c670dd46 /modules/int18.asm | |
| parent | 35928ee37da523e5f992cc462a4a4193d0bfaa4c (diff) | |
| parent | ddb10ce99c327888ade4d2ba3e4c50ad12aaa059 (diff) | |
| download | syslinux-6.00-pre3.tar.gz | |
Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3
Conflicts:
Makefile
com32/elflink/ldlinux/Makefile
com32/lib/sys/module/elf_module.c
core/cleanup.c
core/comboot.inc
core/conio.c
core/fs/fs.c
core/init.c
core/mem/free.c
core/mem/malloc.c
core/timer.inc
diag/geodsp/Makefile
extlinux/main.c
mk/embedded.mk
modules/Makefile
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'modules/int18.asm')
| -rw-r--r-- | modules/int18.asm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/int18.asm b/modules/int18.asm deleted file mode 100644 index a13ada75..00000000 --- a/modules/int18.asm +++ /dev/null @@ -1,16 +0,0 @@ - bits 16 - org 100h -_start: - mov ax,5 - int 22h - mov ah,09h - mov dx,msg - int 21h - mov ax,000Ch - xor dx,dx - int 22h - int 18h - jmp 0F000h:0FFF0h ; INT 18h should not return... - - section .data -msg: db 'Local boot via INT 18...', 13, 10, '$' |
