Hi, sorry I'm late to this, On Tue, Nov 18, 2025 at 11:18 AM victoria crenshaw via Freedos-devel <[email protected]> wrote: > > i cant compile DEFRAG having issues with nasm calls in it > > Load error: no DPMI - Get csdpmi*b.zip > > I cant fix this yet
This should not happen. What hardware (or emulator) are you using? All DJGPP programs (like modern NASM) should automatically call CWSDPMI if no DPMI is already loaded. It should be (preferably) in your %PATH% or in the same directory as NASM.EXE itself. (In other words, you can also call manually "hdpmi32" or "hdpmi32 -r" or restub with e.g. WDOSX "stubit nasm.exe".) Or you could run the (old old) NASM 0.98.39 (8086) 16-bit DOS build here: * http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/devel/asm/nasm/0.98.39/8086host/ _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
