search for: nasmsrc

Displaying 2 results from an estimated 2 matches for "nasmsrc".

Did you mean: gsmsrc
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...$(VERSION) $(HEXDATE)) diff --git a/core/Makefile b/core/Makefile index ad0acb5..bb754b8 100644 --- a/core/Makefile +++ b/core/Makefile @@ -39,11 +39,11 @@ BTARGET = kwdhash.gen \ isolinux.bin isolinux-debug.bin pxelinux.0 lpxelinux.0 # All primary source files for the main syslinux files -NASMSRC := $(wildcard $(SRC)/*.asm) -NASMHDR := $(wildcard $(SRC)/*.inc) -CSRC := $(shell find $(SRC) -name '*.c' -print) -SSRC := $(shell find $(SRC) -name '*.S' -print) -CHDR := $(shell find $(SRC) -name '*.h' -print) +NASMSRC := $(sort $(wildcard $(SRC)/*.asm)) +NASMHDR :=...
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin, I have successfully modified/enhanced memdisk so that one can chainload a local operating system after running diskless FreeDOS. I would like your advice regarding the appropriate interface for invoking this functionality. In addition, I would like to know what steps to take so that you feel comfortable considering including this in the standard syslinux distribution.