INT 21,19 - Get Current Default Drive

	AH = 19h
	on return:
	AL = current default drive (0=A,1=B,etc)
	- determines the current default drive