Go to file
is 165b6726c9 First version of a NetBSD-Amiga bootblock compilable from within NetBSD,
along with toolchain enhancements.

aout2bb transforms a.out files with reloc information into bootblock format
files with a compressed relocation info.

bbstart.s relocates the bootblock using this compressed info, before jumping
to C code.

txlt changes some more of the absolute references to pc-relative ones (we know
we have a single code + data address space).

If you ever try to change this: don't even dare to change the compiler options;
they were found in weeks of trial and error as the ones producing the smallest
(not necessarily fastests) code.

installboot is just a script around dd, for now.

Some ideas by Michael Hitch, Leo Weppelman and Jason Thorpe; bugs added
by myself.
1996-11-29 23:36:30 +00:00
bin - fix parsing bug reported by mycroft: ! was only recognized in the beginning 1996-11-25 20:22:00 +00:00
distrib Drop in a note about the old-style `sd(c,u,p)' boot syntax. 1996-11-29 23:21:52 +00:00
etc add floppy formatting table 1996-11-29 16:31:54 +00:00
games Oy Gevalt, incorrect meter! 1996-11-23 10:40:50 +00:00
gnu Commit src/gnu/usr.bin/gcc/arch/mips/netbsd.h diffs with minimal 1996-11-17 19:36:51 +00:00
include Add declaration for ttyaction(). 1996-11-14 17:15:16 +00:00
lib Use _exit after exec failure (not exit). 1996-11-29 18:50:37 +00:00
libexec After the chown(ttyn, 0, 0), call ttyaction(ttyn, "getty", "root") 1996-11-14 19:25:50 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Fix typo; PR misc/2956. Also cleaned up .Nm usage. 1996-11-26 06:44:36 +00:00
share Initial revision 1996-11-29 23:36:29 +00:00
sys First version of a NetBSD-Amiga bootblock compilable from within NetBSD, 1996-11-29 23:36:30 +00:00
usr.bin Compute halfuptime' correctly when uptime' == 1. 1996-11-29 19:40:56 +00:00
usr.sbin Make this compile with -DDEBUG. 1996-11-27 09:16:45 +00:00
Makefile All of domestic/lib now builds without errors, so we build it all. 1996-11-27 02:04:06 +00:00