NetBSD/sys/arch/amiga/stand/loadbsd
jdolecek 49c105ffdb add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this
maps standard boot flags to corresponding RB_* values
use BOOT_FLAG() in port's MD code as appropriate

as discussed on tech-kern, add new boot flags -v, -q for booting
verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET
boot flags; also add FreeBSD-compatible bootverbose macro and
NetBSD-specific bootquiet macro

for hpcmips, use new bootverbose instead of it's own hpcmips_verbose

Tested on i386, and to limited extend (compile of affected files) also for
mvme68k, hp300, luna68k, sun3.
2000-09-24 12:32:31 +00:00
..
Makefile
README
loadbsd.c add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this 2000-09-24 12:32:31 +00:00

README

#	$NetBSD: README,v 1.2 1998/01/05 20:51:31 perry Exp $

This was prepared to compile with gcc 2.7.0 for AmigaOS and 
libnix 1.0. You don't need ixemul or special directories to run the
binary, if compiled that way.

With very old versions of gcc, you might need to add +2-. to relative
offsets in the assembler part, but honestly, I suggest you upgrade your
assembler (and compiler) instead, even if you know what I'm talking about 
and how to identify the lines.

You'll need the (unchanged) getopt.c from src/lib/libc/stdlib, too.

With newer libnix or the ADE version of gcc, or when removing the
-noixemul option from CFLAGS, you might need (or want) to delete the 
sleep() function at the bottom of loadbsd, or getopt.o from the 
"OBJS =" line of Makefile.

[Sorry, but I didn't dare to risk my gcc installation a few weeks 
 before the release by trying to install ADE]

	Ignatios Souvatzis