Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/amiga/stand/bootblock/boot/muldi3.s
RevisionDateAuthorComments
 1.7  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.6  02-Mar-2001  mhitch branches: 1.6.126; 1.6.128; 1.6.130;
More missing register prefixes and _C_LABEL()s for ELF. Should now compile
with ELF, but still needs an "elf2bb" program.
 1.5  01-Mar-2001  is Add register prefixes.
 1.4  26-Feb-2001  is use ENTRY_NOPROFILE and _C_LABEL, where appropriate.
 1.3  16-Feb-1999  is branches: 1.3.8;
Fix Copyright dates
 1.2  16-Feb-1999  is Assign my files to The NetBSD Foundation, Inc.
 1.1  29-Nov-1996  is branches: 1.1.1;
Initial revision
 1.1.1.1  29-Nov-1996  is 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.
 1.3.8.1  12-Mar-2001  bouyer Sync with HEAD.
 1.6.130.1  16-May-2008  yamt sync with head.
 1.6.128.1  18-May-2008  yamt sync with head.
 1.6.126.1  02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed