NetBSD/sys/arch/amiga/stand/loadbsd
mhitch 3f201ebbb2 Add a serial console flag passed from the boot loader to the kernel to
allow enabling the serial console with the boot command.  Loadbsd has
the option added, but I am not able to buid a new loadbsd binary at this
time, so only the bootxx loader can set the option.
2011-07-10 21:02:37 +00:00
..
loadbsd.c Add a serial console flag passed from the boot loader to the kernel to 2011-07-10 21:02:37 +00:00
Makefile
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