2013/10/28 16:13:13 Added files: sys/arch/luna88k/stand: Makefile Makefile.inc sys/arch/luna88k/stand/boot: Makefile autoconf.c awaitkey.c bcd.c bmc.c bmd.c boot.c boot.ldscript conf.c cons.c dev_net.c dev_net.h device.h devopen.c fault.c font.c getline.c getsecs.c if_le.c init_main.c ioconf.c kbd.c kbdreg.h lance.c lance.h locore.S parse.c prf.c rcvbuf.h samachdep.h sc.c scsireg.h scsivar.h sd.c setjmp.S sio.c sioreg.h status.h ufs_disksubr.c Log message: The first steps of a native OpenBSD/luna88k bootloader. Able to boot ELF kernels with symbols from disk or network. Based upon the NetBSD/luna68k bootloader which got recently overhauled from 4.3BSD (thanks, tsutsui@ !), updated to match the luna88k hardware layout and turned into a polling-only binary. Tested on luna88k (not -2) only so far.