/* Neutr */

#include <sys/io.h>

/* To bez komentarza ;) */

int main ( void )
{
    iopl(3);
    outb(0, 0x378);
    return 0;
}
