On Mon, Jan 04, 2016 at 06:33:50PM +1100, matthew green wrote: > "Christos Zoulas" writes: > > Module Name: src > > Committed By: christos > > Date: Sun Jan 3 20:59:47 UTC 2016 > > > > Modified Files: > > src/sys/arch/i386/stand/bootxx: pbr.S > > > > Log Message: > > change 60 to 70 which is the current release. Noticed by Rares Aioanei. > > i don't think so we should do this unless we change the protocol, > as jak mentioned. this can be intepreted by the BIOS and it might > do differnet stuff so unless there's actually a good reason for it > this change could break something that works (poorly.)
If changing it at all, we should just remove the version info and use "NetBSD " or similar. Grep for "NETBSD60" in qemu, other virtual emulators binaries and grub sources is probably good enough to check for real world things that could care. Martin