summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand/boot/version
blob: bd3ec87a6adfa2c59e1c3672fc1074794d02809c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*	$OpenBSD: version,v 1.8 2016/09/13 18:27:49 jasper Exp $	*/
/* Public domain. Come on, this can hardly be considered as code. */

#if 0

No version strings up to 2012
	many changes, but nothing to tell bootblocks apart, except perhaps
	their size (har, har)

1.1
	smarter argv[] analysis: the first argument which does neither look
	like an environment variable nor dash-prefixed options, is assumed
	to be a file path. If there are no signs of it being a full ARC
	path, OSLoadPartition is prepended to it.
	The old behaviour was to only accept filenames starting with "/", and
	thus always relative to OSLoadPartition.

1.2
	IP28 support. Also, no longer refuse to run on IP26 systems, they
	will hopefully run at some point in the future.

1.3
	IP26 support, for real.

1.4
	Unbreak IP27 support, broken by accident in 1.3

1.5
	Loadfile support for .openbsd.randomdata section

1.6
	/etc/random.seed support

1.7
	Loadfile support for .SUNW_ctf section

#endif

static const char version[] = "1.7";