syslinux/modules/int18.asm
<<
>>
Prefs
   1        bits 16
   2        org 100h
   3_start:
   4        mov ax,5
   5        int 22h
   6        mov ah,09h
   7        mov dx,msg
   8        int 21h
   9        mov ax,000Ch
  10        xor dx,dx
  11        int 22h
  12        int 18h
  13        jmp 0F000h:0FFF0h       ; INT 18h should not return...
  14
  15        section .data
  16msg:    db 'Local boot via INT 18...', 13, 10, '$'
  17
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.