# # All modifications in this file to the original code are # (C) Copyright 1992, ..., 2004 the "DOSEMU-Development-Team". # # for details see file COPYING in the DOSEMU distribution # # bootoff.S, to generate bootoff.com, for dosemu 0.49, 4/9/93 # Theodore Ts'o, tytso@mit.edu # .code16 .text .globl _start16 _start16: #include "detect.h" movb $0x30, %al movw $0, %bx int $0xe6 # disable bootdisk movb $0,%al call exit