
KNOWN BUGS and TODO's ( left as an exercise to the developer ;-)


bugs:
	for unknown reason, EMM386 and LBACACHE don't cooperate.
	to be fixed.


bug: EMS (expanded memory) is not detected by SOME programs,
    one of them is MFT (Manifest)
    
stepping MFT

p = INTDOS/getvec(0x67);

if (fmemcmp(MK_FP(FP_SEG(p),10),"EMMXXXX0",8) == 0)	- should be true
	{
	if (fd = open("EMMXXXX0"))	-- should succeed
		{
		if (INT21/4407/bx=fd)
			{
			close(fd)
			}
	...
	...
	...
	endresult : no expanded memory detected.


soon:
	make HIMEM + EMM386 handle more then 64MB

	HIMEM: add A20 handling for PS/2 (rare, but exists)

soon: 
	make HIMEM and EMM386 share the same memory dynamically

	

(much) later:	
	
	add support for VCPI so protected mode programs can work, too
	

	