|
$(NASM) -dISFAT12 boot.asm -l$*.lst -ofat12com.bin |
In the makefile the recipe line $(NASM) -dISFAT12 boot.asm -l$*.lst -ofat12com.bin creates the file .lst (just dot L S T, no name portion) on our server and the desktop box (both running Debian). This seems to have been added in https://sourceforge.net/p/freedos/svn/1492/
kernel/boot/makefile
Line 11 in 2efe4ab
In the makefile the recipe line
$(NASM) -dISFAT12 boot.asm -l$*.lst -ofat12com.bincreates the file.lst(just dot L S T, no name portion) on our server and the desktop box (both running Debian). This seems to have been added in https://sourceforge.net/p/freedos/svn/1492/