Fixes for mvme68k tape and disk bootloaders.
authorrahnds <rahnds@openbsd.org>
Fri, 16 Feb 1996 00:13:18 +0000 (00:13 +0000)
committerrahnds <rahnds@openbsd.org>
Fri, 16 Feb 1996 00:13:18 +0000 (00:13 +0000)
commited387b848b8a8a5ee1d72855171cb41795b61603
tree0b7859de5731d8cf998bb6d52e8e1a6e53f34de7
parent11ef97bcea859b21a2e82189c84dc5be09726de5
Fixes for mvme68k tape and disk bootloaders.

fix argument parsing for disk and tape boot
        bootsd/boot.c
        bugcrt/m68k/Makefile.inc

tape boot was broken completely
        bootst/bootst.c

minor bug if bootloader was specific size (aout exec header is 0x20 not 0x30).
        writvid/wrtvid.c
sys/arch/mvme68k/stand/bootsd/boot.c
sys/arch/mvme68k/stand/bootst/bootst.c
sys/arch/mvme68k/stand/bugcrt/m68k/Makefile.inc
sys/arch/mvme68k/stand/wrtvid/wrtvid.c