Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/amiga/stand/bootblock/boot/alloc.s
RevisionDateAuthorComments
 1.10  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.9  31-Jan-2006  is branches: 1.9.72; 1.9.74; 1.9.76;
Implement dealloc() - and implement alloc() in a way that it matches it.
 1.8  11-Mar-2001  mhitch branches: 1.8.8; 1.8.40; 1.8.52;
ELF ABI requires address to be returned in A0.
 1.7  02-Mar-2001  mhitch branches: 1.7.2;
More missing register prefixes and _C_LABEL()s for ELF. Should now compile
with ELF, but still needs an "elf2bb" program.
 1.6  01-Mar-2001  is Add register prefixes.
 1.5  26-Feb-2001  is use ENTRY_NOPROFILE and _C_LABEL, where appropriate.
 1.4  16-Feb-1999  is branches: 1.4.8;
Fix Copyright dates
 1.3  16-Feb-1999  is Assign my files to The NetBSD Foundation, Inc.
 1.2  11-Nov-1998  is Correct the calls (use AllocVec() and FreeVec()),
in case somebody ever needs free().
 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.4.8.1  12-Mar-2001  bouyer Sync with HEAD.
 1.7.2.1  09-Apr-2001  nathanw Catch up with -current.
 1.8.52.1  01-Feb-2006  yamt sync with head.
 1.8.40.1  21-Jun-2006  yamt sync with head.
 1.8.8.2  11-Mar-2001  mhitch ELF ABI requires address to be returned in A0.
 1.8.8.1  11-Mar-2001  mhitch file alloc.s was added on branch nathanw_sa on 2001-03-11 20:10:05 +0000
 1.9.76.1  16-May-2008  yamt sync with head.
 1.9.74.1  18-May-2008  yamt sync with head.
 1.9.72.1  02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed