I can create MUSIMP.SYS by executing:
(load "musimp.lsp")
reclaim();
save("musimp.sys");
But after executing:
I get an out of memory error both under dosbox and DOS 5.0.
I'm using MULISP-87 and the MUSIMP.LSP from this repository.
Any ideas what I could do?