NameDateSize

..11-Jun-20249

loadbsd.cH A D10-Jul-201123.6 KiB

MakefileH A D05-Jan-1998226

READMEH A D05-Jan-1998853

README

1#	$NetBSD$
2
3This was prepared to compile with gcc 2.7.0 for AmigaOS and 
4libnix 1.0. You don't need ixemul or special directories to run the
5binary, if compiled that way.
6
7With very old versions of gcc, you might need to add +2-. to relative
8offsets in the assembler part, but honestly, I suggest you upgrade your
9assembler (and compiler) instead, even if you know what I'm talking about 
10and how to identify the lines.
11
12You'll need the (unchanged) getopt.c from src/lib/libc/stdlib, too.
13
14With newer libnix or the ADE version of gcc, or when removing the
15-noixemul option from CFLAGS, you might need (or want) to delete the 
16sleep() function at the bottom of loadbsd, or getopt.o from the 
17"OBJS =" line of Makefile.
18
19[Sorry, but I didn't dare to risk my gcc installation a few weeks 
20 before the release by trying to install ADE]
21
22	Ignatios Souvatzis
23