|
|
1.1 root 1: #!@SHELL@
2:
3: # Test if the kernel image complies with the multiboot specification.
4:
5: # Copyright (C) 2006, 2007 Free Software Foundation, Inc.
6:
7: # This program is free software; you can redistribute it and/or modify it
8: # under the terms of the GNU General Public License as published by the
9: # Free Software Foundation; either version 2, or (at your option) any later
10: # version.
11: #
12: # This program is distributed in the hope that it will be useful, but
13: # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14: # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15: # for more details.
16: #
17: # You should have received a copy of the GNU General Public License along
18: # with this program; if not, write to the Free Software Foundation, Inc.,
19: # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20:
21: if mbchk --version > /dev/null 2>&1
22: then mbchk gnumach
23: else
24: # `mbchk' is not available -- ignore this test.
25: exit 77
26: fi
27:
28: # Local Variables:
29: # mode: shell-script
30: # End:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.