search for: f795a5c

Displaying 4 results from an estimated 4 matches for "f795a5c".

2013 Aug 31
4
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...hael S.Carvalho <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 --gi...
2013 Sep 16
0
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...il.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 > > codepa...
2013 Jul 24
2
[PATCH 1/1] core: Add a check at ldlinux.sys build time.
...Raphael S.Carvalho <raphael.scarv at gmail.com> --- core/Makefile | 5 +++-- core/ldlinux_limit.pl | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 core/ldlinux_limit.pl diff --git a/core/Makefile b/core/Makefile index f795a5c..00de331 100644 --- a/core/Makefile +++ b/core/Makefile @@ -220,8 +220,9 @@ ldlinux.bss: ldlinux.bin dd if=$< of=$@ bs=512 count=1 ldlinux.sys: ldlinux.bin - dd if=$< of=$@ bs=512 skip=2 - + $(PERL) $(SRC)/ldlinux_limit.pl $< \ + dd if=$< of=$@ bs=512 skip=2; + codepage.cp: $(OBJ...
2014 May 25
0
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...il.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 > > codepa...