search for: 923d516

Displaying 3 results from an estimated 3 matches for "923d516".

2013 Aug 31
4
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...ss: 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/ldlinux_limit.pl b/core/ldlinux_limit.pl new file mode 100755 index 0000000..923d516 --- /dev/null +++ b/core/ldlinux_limit.pl @@ -0,0 +1,39 @@ +#!/usr/bin/perl +## ----------------------------------------------------------------------- +## +## Copyright 2013 Raphael S. Carvalho <raphael.scarv at gmail.com> +## +## This program is free software; you can redistribute it an...
2013 Sep 16
0
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...unt=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/ldlinux_limit.pl b/core/ldlinux_limit.pl > new file mode 100755 > index 0000000..923d516 > --- /dev/null > +++ b/core/ldlinux_limit.pl > @@ -0,0 +1,39 @@ > +#!/usr/bin/perl > +## ----------------------------------------------------------------------- > +## > +## Copyright 2013 Raphael S. Carvalho <raphael.scarv at gmail.com> > +## > +## This program...
2014 May 25
0
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...unt=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/ldlinux_limit.pl b/core/ldlinux_limit.pl > new file mode 100755 > index 0000000..923d516 > --- /dev/null > +++ b/core/ldlinux_limit.pl > @@ -0,0 +1,39 @@ > +#!/usr/bin/perl > +## ----------------------------------------------------------------------- > +## > +## Copyright 2013 Raphael S. Carvalho <raphael.scarv at gmail.com> > +## > +## This program...