PicoMEM Drivers - FreddyVRetro/ISA-PicoMEM GitHub Wiki

PMMOUSE : Mouse Driver

PMMOUSE is the PicoMEM Mouse driver, it is a modified version of CTMouse. There is no need to enter any port and IRQ, everything is detected automatically.

PMEMM : EMS Driver

PMEMM is the EMS Driver, a modified LTEMM Driver supporting the EMS Ports detection and test, plus 4Mb of EMS.

You need to add it in CONFIG.SYS, like this :
DEVICE=PMEMM.EXE /n

/n means no RAM Test.
The Driver is able to detect the PicoMEM, the EMS Port and Address. Then, /p and /i parameters are not needed.

USE!UMBS : UMB RAM Driver

If you want to experiment with UMB, to extend the RAM above the 640Kb, you can go through this Vogons forum subject:
https://forum.vcfed.org/index.php?threads/loading-dos-high-on-a-xt.32320/

PM2000 : Network Packet Driver

As the PicoMEM is ne2000 compatible, PM2000 is exactly the same driver as the ne2000 With parameters auto detection (IRQ and Port)
Then, unlike ne2000.exe, it does not load the driver if the ne2000 is not detected.

PMINIT : Initialisation and configuration tool.

I will regularly update the tools to add init fonctions when DOS is Booted.

To enable the Key Shortcut: (Left Shift + Ctrl + F1 for information and F2 For A: Floppy change)
PMINIT /k

/adlib x - Enable/Disable the Adlib output (0:Off 1:On)
/cms x - Enable/Disable the CMS output (0:Off 1:220 x:Port)
/tdy x - Enable/Disable the Tandy output (0:Off 1:2C0 x:Port)
/j x - Enable/Disable the Joystick (0:Off 1:On)
/diag - Start in Diagnostic Mode

⚠️ **GitHub.com Fallback** ⚠️