search for: 61f4823

Displaying 1 result from an estimated 1 matches for "61f4823".

Did you mean: 14823
2013 Jul 24
2
[PATCH 1/1] core: Add a check at ldlinux.sys build time.
...inux.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)/../codepage/$(CODEPAGE).cp cp -f $< $@ diff --git a/core/ldlinux_limit.pl b/core/ldlinux_limit.pl new file mode 100644 index 0000000..61f4823 --- /dev/null +++ b/core/ldlinux_limit.pl @@ -0,0 +1,31 @@ +#!/usr/bin/perl +## ----------------------------------------------------------------------- +## +## Copyright 2013 Raphael S. Carvalho <raphael.scarv at gmail.com> +## +## This program is free software; you can redistribute it a...