search for: nasmdebug

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

Did you mean: fastdebug
2012 Jul 05
1
[GIT-PULL] Elflink fixes
...lse; - _rv = rv = vsnprintf(buffer, BUFFER_SIZE, format, ap); - + rv = vsnprintf(buffer, BUFFER_SIZE, format, ap); if (rv < 0) return; diff --git a/core/Makefile b/core/Makefile index 3147566..a01d83a 100644 --- a/core/Makefile +++ b/core/Makefile @@ -62,7 +62,7 @@ NASMOPT += $(NASMDEBUG) PREPCORE = ../lzo/prepcore -CFLAGS += -DDEBUG=1 -D__SYSLINUX_CORE__ +CFLAGS += -D__SYSLINUX_CORE__ # The DATE is set on the make command line when building binaries for # official release. Otherwise, substitute a hex string that is pretty much
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address