# # (C) Copyright 1992, ..., 2005 the "DOSEMU-Development-Team". # # for details see file COPYING in the DOSEMU distribution # # turn CPU emulator ON # Alberto Vignani, vignani@tin.it # .text .code16 .globl _start16 _start16: #include "detect.h" mov $0x90, %al mov $0, %bx int $0xe6 # disable bootdisk int $0x20 # exit