summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/stand/loadbsd/README
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-01-16 09:27:14 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-01-16 09:27:14 +0000
commite9f16b69855062feac440e972c93cef99ece8bd4 (patch)
tree5073df0ec395d6ba5b171435054e4eee05fc68a3 /sys/arch/amiga/stand/loadbsd/README
parent835aeeacc264a5ba177151c158181779163da7ad (diff)
Sync to NetBSD 970110
Diffstat (limited to 'sys/arch/amiga/stand/loadbsd/README')
-rw-r--r--sys/arch/amiga/stand/loadbsd/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys/arch/amiga/stand/loadbsd/README b/sys/arch/amiga/stand/loadbsd/README
new file mode 100644
index 00000000000..d70a2911e89
--- /dev/null
+++ b/sys/arch/amiga/stand/loadbsd/README
@@ -0,0 +1,22 @@
+$OpenBSD: README,v 1.1 1997/01/16 09:27:01 niklas 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