
#include	<Normlib.h>

void crtc(int ad, int x)
{
	_outb(0x440,ad);
	_outw(0x442,x);
}
