fredette
|
f838750c17
|
Fixed a bug where we would always byteswap things,
even on a big-endian machine.
|
2001-12-17 21:55:13 +00:00 |
fredette
|
d3a28a576e
|
Rather than using nlist(3), use a magic structure with a magic
number that installboot(8) can search for. Suggested by cgd@netbsd.org.
|
2001-12-15 23:09:50 +00:00 |
fredette
|
c9e7d7b7ba
|
On the sun2, added support for loading larger kernels,
and pull objects from the libgcc in DESTDIR.
|
2001-12-15 23:02:34 +00:00 |
lukem
|
b0b0a32ad7
|
Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
Otherwise the appropriate MKxxx=no won't be defined .
|
2001-12-12 12:24:19 +00:00 |
tv
|
8e6f7afb5b
|
MKfoo=no -> NOfoo
|
2001-12-12 01:48:43 +00:00 |
fredette
|
47884ee136
|
vm_offset_t -> vaddr_t
|
2001-11-30 16:00:27 +00:00 |
tv
|
48c09b6243
|
Work around <bsd.lib.mk> used for kernel libs in other places. Clean up
include paths.
|
2001-11-14 23:01:13 +00:00 |
scw
|
45e7238a02
|
Bump the version numbers of all bootloaders which use loadfile_elfXX() now
that it tries hard to avoid backwards seeks.
|
2001-11-09 19:53:11 +00:00 |
thorpej
|
66f972ab70
|
Need byteorder.c for loadfile_elf*.c
|
2001-10-31 21:39:02 +00:00 |
thorpej
|
4810d73020
|
Build the loadfile() a.out, ECOFF, and ELF back-ends as separate
objects.
|
2001-10-31 01:51:42 +00:00 |
chs
|
7491bc8eea
|
add ashldi3.c, needed by ufs.c due to added cast in lblktosize().
|
2001-10-02 06:30:03 +00:00 |
fredette
|
1676190cef
|
adjust the hack to build the SRT*.o files.
|
2001-08-27 13:07:03 +00:00 |
bjh21
|
ad2c12a28d
|
Bump version numbers of all bootloaders that use loadfile/ELF, to account for
my changes to symbol loading. I should probably have done this at the time,
but it's better late than never.
|
2001-08-02 12:24:05 +00:00 |
fredette
|
c1c742b4c9
|
Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
|
2001-06-14 12:57:10 +00:00 |