On 2014-06-13, Jiri B <[email protected]> wrote: > +.Pa /etc/boot.conf.OpenBSD-mm.nn-arch
The "version info" parts (and probably also arch) aren't very useful and are
a source of possible confusion as boot loader version isn't tightly coupled
to the OS version. Probably better just start with the MAC address.
> +char boot_mac_str[14] =
> + {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
That's not needed for a global variable is it?

