Displaying 3 results from an estimated 3 matches for "e0daafc".
Did you mean:
c0deafc
2013 Aug 31
4
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...rvalho <raphael.scarv at gmail.com>
---
core/Makefile | 1 +
core/ldlinux_limit.pl | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
create mode 100755 core/ldlinux_limit.pl
diff --git a/core/Makefile b/core/Makefile
index f795a5c..e0daafc 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -220,6 +220,7 @@ ldlinux.bss: ldlinux.bin
dd if=$< of=$@ bs=512 count=1
ldlinux.sys: ldlinux.bin
+ $(PERL) $(SRC)/ldlinux_limit.pl $< \
dd if=$< of=$@ bs=512 skip=2
codepage.cp: $(OBJ)/../codepage/$(CODEPAGE).cp
diff --git a/core/...
2013 Sep 16
0
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...;
> ---
> core/Makefile | 1 +
> core/ldlinux_limit.pl | 39 +++++++++++++++++++++++++++++++++++++++
> 2 files changed, 40 insertions(+), 0 deletions(-)
> create mode 100755 core/ldlinux_limit.pl
>
> diff --git a/core/Makefile b/core/Makefile
> index f795a5c..e0daafc 100644
> --- a/core/Makefile
> +++ b/core/Makefile
> @@ -220,6 +220,7 @@ ldlinux.bss: ldlinux.bin
> dd if=$< of=$@ bs=512 count=1
>
> ldlinux.sys: ldlinux.bin
> + $(PERL) $(SRC)/ldlinux_limit.pl $< \
> dd if=$< of=$@ bs=512 skip=2
>
> codepage.cp: $(...
2014 May 25
0
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...;
> ---
> core/Makefile | 1 +
> core/ldlinux_limit.pl | 39 +++++++++++++++++++++++++++++++++++++++
> 2 files changed, 40 insertions(+), 0 deletions(-)
> create mode 100755 core/ldlinux_limit.pl
>
> diff --git a/core/Makefile b/core/Makefile
> index f795a5c..e0daafc 100644
> --- a/core/Makefile
> +++ b/core/Makefile
> @@ -220,6 +220,7 @@ ldlinux.bss: ldlinux.bin
> dd if=$< of=$@ bs=512 count=1
>
> ldlinux.sys: ldlinux.bin
> + $(PERL) $(SRC)/ldlinux_limit.pl $< \
> dd if=$< of=$@ bs=512 skip=2
>
> codepage.cp: $(...