tmm
60d66be3df
NFS support should be conditional on LOADER_NFS_SUPPORT, not
...
LOADER_NET_SUPPORT.
2003-07-11 16:12:50 +00:00
jake
fc203320de
Remember to release the loader's heap.
...
Reviewed by: tmm
2003-06-15 19:16:43 +00:00
peter
0c9f89b00a
Commit a missed change to keep in sync with the MI elf loader.
2003-05-01 04:39:22 +00:00
peter
a2b7260f7d
Also look for an "elf64 kernel" (for sparc64) and "elf32 kernel" (for
...
powerpc) when building metadata.
2003-04-30 22:00:16 +00:00
phk
f946ac1010
Cut&Paste considered far too easy:
...
Don't include <sys/disklabel.h>
2003-04-16 21:09:41 +00:00
phk
84d6b36e30
Libdisk does not need to include <sys/diskslice.h> any more.
...
Move the remaining bits of <sys/diskslice.h> to <i386/include/bootinfo.h>
Move i386/pc98 specific bits from <sys/reboot.h> to
<i386/include/bootinfo.h> as well.
Adjust includes in sys/boot accordingly.
2003-04-04 16:35:16 +00:00
jake
aa8a03363d
Fix breakage from earlier inadvertant changes.
2002-12-20 04:32:10 +00:00
jake
081cb688ba
Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.
2002-12-19 19:34:59 +00:00
jake
73d398d702
Change the device path representation in libofw to use the full firmware
...
path, instead of an internal i386 specific one. Don't try to interpret
a disklabel in ofw_disk.c, open the partition's device node directly and
let the firmware do it. This fixes booting from a partition other than 'a'
on sparc64, which is needed to support more installation methods.
No objection: ppc
2002-11-10 19:17:36 +00:00
tmm
bef256b79f
Pass the right number of tlb slots to the kernel. The allocation scheme
...
was changed in r1.4, but I neglected to update most of the code in
metadata.c.
Pointy hat to: tmm
2002-10-18 23:49:18 +00:00
jake
083845b5c0
Compile in support for zipfs and bzipfs so we can load the gzipped mfsroot
...
that releases use.
2002-10-13 18:52:46 +00:00
jake
7eb367b57b
Remove NOFORTH=yes, it seems to work now thanks to scottl.
2002-09-02 01:11:46 +00:00
robert
d5203d1ff8
- Do not pretend to compile a kernel and remove the definition
...
of the _KERNEL macro.
- Do not include <sys/pcpu.h> for no reason.
Suggested by: jake
2002-08-21 15:52:23 +00:00
robert
e5cb539085
- Define the macro _KERNEL to pretend we are compiling a kernel.
...
This is required by recent changes to <sys/pcpu.h>, which uses
the #error preprocessor directive to keep non-kernel
applications from using it.
_KERNEL is defined below the #include <stand.h>, because <stand.h>
removes the definition of _KERNEL.
- Move the inclusion of <sys/queue.h> above the inclusion of
<sys/linker.h> to avoid syntax errors.
2002-08-21 12:45:36 +00:00
jake
2eb842c01d
Print out the strings in vers.o instead of hardcoding the loader banner.
2002-08-04 01:30:26 +00:00
jake
e06b8c244d
Enable netboot support by default, since it can now coexist with disk and
...
cdrom support. This avoids having to distribute separate loaders.
2002-07-07 23:08:22 +00:00
jake
0985bbadd9
Make building with ficl work. Unfortunately booting with it doesn't.
2002-07-07 18:23:10 +00:00
jake
070181b525
Enable cd9660 support by default.
2002-06-21 22:34:51 +00:00
peter
9fb8326f23
Add boot_serial and boot_multicons variables to set RB_SERIAL and
...
RB_MULTIPLE since this seems to be the easiest way to add these flags
for non-forth loaders etc.
2002-06-20 06:29:42 +00:00
phk
12c36bfb94
Add explicit dependency on ufsread.c
2002-06-05 12:30:45 +00:00
phk
02a3922676
Remove UFS related #includes, they're read in ufsread.c now.
2002-06-05 12:12:25 +00:00
phk
353a43a768
Make sparc64 share ufsread.c with i386.
...
Sponsored by: DARPA & NAI Labs.
2002-06-05 12:00:53 +00:00
phk
f256ed9075
Avoid entering IOCCC with a memcpy turned bcopy.
2002-06-05 11:56:12 +00:00
jake
8511f99ef3
Add needed include of queue.h. Remove unneeded include of smp.h.
2002-05-29 19:38:49 +00:00
jake
2a45651b25
Use a contrived 'tlb_entry' structure for passing the mappings for the
...
kernel text and data from the loader to the kernel, so that the tte format
is not part of the loader->kernel ABI.
2002-05-29 05:49:59 +00:00
jake
d314b7908f
Sync with i386. The loader was being installed before the beforeinstall
...
target, which conventiently moved it to loader.old, leaving no loader.
2002-05-28 23:09:59 +00:00
trhodes
28d42899b7
More s/file system/filesystem/g
2002-05-16 21:28:32 +00:00
obrien
f788b3f04d
Match the default newfs UFS block size.
2002-05-13 05:09:34 +00:00
jake
2923a1a3ac
Attempt to not crash and burn on UltraSPARC III machines; the cpuid property
...
is named differently.
2002-05-11 22:05:22 +00:00
obrien
ce04447cdf
-ffreestanding is the word.
...
(also resort some CFLAGS such that the more "important" value are first so
they are easier to see)
2002-05-10 09:26:35 +00:00
jake
9a5eae2a45
Split file system setup code out into a function called mount.
...
Implement vsnprintf. Implement panic in terms of it.
2002-04-24 05:54:10 +00:00
jake
11cf71a416
Add support for loading files other than /boot/loader. Useful if you're
...
loader is screwed and you want loader.old.
Rewrite the scaled down printf so it actually works right, and add support
for more formats.
2002-04-24 04:27:49 +00:00
jake
40d13085f4
Add an exit function.
2002-04-24 02:50:59 +00:00
jake
628ea2a252
Add -Wno-unused.
2002-04-24 02:50:36 +00:00
jake
3473cf4ec1
memcpy, memset -> bcopy, bzero.
2002-04-24 02:24:32 +00:00
jake
ab92bb92b7
Clean up elf loading to not make assumptions about the ordering of sections.
...
Don't load the symbol table; this is only needed for loading kernels and we
load the loader.
2002-04-24 02:10:35 +00:00
jake
205c7831cd
Remove xfsread. Just call fsread directly.
2002-04-24 01:47:05 +00:00
jake
1aa7da0fd6
Remove a bunch of unused variables, functions and macros. Allocate storage
...
statically instead of using a faked up malloc.
2002-04-24 01:40:54 +00:00
obrien
76b7ec65d9
o Use our own elf2aout now.
...
o Generalize a little.
2002-04-21 02:37:55 +00:00
tmm
eb20435a69
Do not use semi-fixed TLB slots for the 4M kernel pages any more.
2002-04-02 17:10:15 +00:00
tmm
2025cfe33a
1.) Rename locore.s to locore.S (by repocopy), to be able to remove
...
special-case make rule
2.) Cleanups, remove superfluous expicit rules, add -nostdlib to LDFLAGS,
remove -X and -g, remove -g from CFLAGS
3.) Add BINDIR
4.) Build install the loader help file, add an empty help.sparc64
5.) Change the default configuration to only support booting from disk
6.) Get libofw.a from a path relative ${.OBJDIR}, not ${.CURDIR}
Submitted by: jake (1 - 5), obrien (6)
2002-04-02 17:08:37 +00:00
tmm
a683bcc922
Add support for booting from CD-ROM. Make it possible to enable UFS
...
support using make arguments.
2002-04-01 23:28:35 +00:00
tmm
7151c10d96
1.) Produce a boot1 disklabel template of the format disklabel(8) expects.
...
2.) Clean up and change over to using bsd.prog.mk
Submitted by: jake (2)
2002-04-01 22:57:51 +00:00
obrien
d6e11fba68
was repocopied to ../boot1
2002-03-28 02:56:05 +00:00
obrien
892e01faba
Apparently either gcc or ld, in their infinite wisdom, want to
...
put a bunch of crap before the code in .text. Since the firmware
doesn't seem to honour the a.out entry point, we need to include
a little assmbler file which jumps to where we want to be in C.
Submitted by: jake
2002-03-28 02:41:52 +00:00
obrien
69ebea4b1c
Opps, bootblock component is no more.
2002-03-28 01:41:23 +00:00
obrien
21fae6eb80
Add a Makefile for sparc64 at this level.
2002-03-28 01:01:43 +00:00
robert
3114b0f152
Change every occurrence of "bootblock" into "boot1" after
...
the repo-move from "src/sys/boot/sparc64/bootblock".
2002-03-05 16:39:36 +00:00
robert
29222a8f67
- Fix seeking for offsets requiring more than 32 bits.
...
- Add sanity checks to lookup().
- Implement the 'l' modifier in printf().
Submitted by: tmm
2002-03-05 11:22:43 +00:00
jake
7d70ce2abc
Catch up to change in tte format.
...
Forgetten by: jake
Submitted by: tmm
2002-03-01 06:17:28 +00:00