INT 2F CU - Novell DOS 7+ FDOS EXTENSIONS - UPDATE FATsee File Allocation Table ENTRY / WRITE FATsee File Allocation Table???
	AX = 1007h
	BX = FATsee File Allocation Table entry to change
	DX = new value
Return:	nothing
Notes:	This private function is called internally by the OS kernel to
	  ask the FDOS to update the FATsee File Allocation Table.  By using the INT 2F/AX=1001h FDOS
	  hook, the call can be intercepted by external system components such
	  as the DELWATCH TSR(Terminate and Stay Resident) A program which remains in memory after terminating in order to provide services to other programs or the user.  The name comes from the name of the DOS function call used to remain in memory after termination..
	This function must under no circumstances be called by applications!
SeeAlso: INT 2F/AX=1001h,AX=1005h,AX=1006h,AX=1008h,AX=10FEh