#include <sys/io.h>

main()
{
	outb(0x34, 0x378);
}
