Baron-von-Riedesel / XDMA

simple Ultra-DMA DOS driver for "vintage" PCs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  Revived this old udma driver written by Jack R. Ellis to be used in Qemu,
  86Box, PCem, ...

  The driver should work both in real DOS and Win3.1 enhanced mode.
  This driver version doesn't cache and this might be an advantage
  if running in a VM, where the caching is better left to the host.

  To use it, just enter
    DEVICE=XDMA.SYS
  in file CONFIG.SYS.
  
  To create the binary, the Nasm assembler is used.  

  japheth, 08/2022.
 

About

simple Ultra-DMA DOS driver for "vintage" PCs

License:Other


Languages

Language:Assembly 99.9%Language:Batchfile 0.1%