On at 2019-10-26 03:09 -0500, Rugxulo wrote: >> I also worked some on an 8086tiny fork of mine recently. There are >> several bugfixes there, as well as implementing all 186 instructions, so >> it might be worth testing. It's at https://github.com/ecm-pushbx/8086tiny/ > > I tested all of this under Linux (Xenial Puppy, 64-bit) jump drive. > > It seems you're missing "lmacros3.mac" (not found) for tinyxms, but I > just ignored that for now: "make no_graphics -k -i" or whatever. (I > just used a modified version of my old BARE_DOS floppy image.)
Oh yes, that was not intended. I think the included fd.img does have the compiled tinyxms.sys already, but to build it from source you need to load all of lmacros[123].mac from https://hg.ulukai.org/ecm/lmacros and put them in one of the directories included by the NASM run: > tinyxms.sys: tinyxms.asm > nasm -f bin -I ../lmacros/ -I lmacros/ -l tinyxms.lst -o tinyxms.sys tinyxms.asm That is, either copy the three macro files to the same directory as tinyxms.asm, or to an lmacros subdirectory, or to an lmacros sibling-directory of the 8086tiny directory. Regards, ecm _______________________________________________ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user