green
0ab4dad809
Add various network cards that have been new-busified and made into KLDs
...
(thanks Bill!)
Remove lkm.
1999-08-04 17:44:07 +00:00
dfr
c2207db8bb
Make this build if there is an obj directory.
1999-08-02 19:16:42 +00:00
se
4983311c1d
Add missing "path mnemonics" as given in Table 4-3 of rev. 1.2 of the
...
ARC Specification.
1999-08-02 18:26:28 +00:00
se
e22d6206a9
Fix install target (install loader.exe, not loader).
1999-07-29 22:22:38 +00:00
se
edb27d9a84
Activate "arc" (ARC / AlphaBIOS loader) on Alpha.
1999-07-28 20:32:44 +00:00
nik
af96d3ba77
Fix some typos.
...
PR: docs/11955
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-07-28 20:30:59 +00:00
se
e34ff91e6c
This commit was generated by cvs2svn to compensate for changes in r49187,
...
which included commits to RCS files with non-trunk default branches.
1999-07-28 20:28:47 +00:00
se
159c5d3210
The ARC BIOS / AlphaBIOS specific primary boot loader. This code is the
...
result of a joined effort with parts contributed by Doug Rabson, Warner
Losh and Stefan Esser (hope I did not forget anybody). Part of the sources
is obtained from NetBSD with modifications.
This code is work in progress:
As of the time of the initial import, a loader.exe executable is built,
which can be loaded on an Alpha with NT only firmware, but no attempt is
made to switch to OSF PAL code as required to start an actual kernel.
1999-07-28 20:28:47 +00:00
rnordier
558efd38f3
Recognise NetBSD slices.
...
Submitted by : Lars Koeller <lkoeller@cc.fh-lippe.de>
PR : 12772
1999-07-24 17:40:40 +00:00
msmith
22f56109ba
Walk around the end of all the silly guessing of device types and unit
...
numbers that we have been doing in the past, and read /etc/fstab off the
proposed root filesystem to determine the actual device name and vfs
type for the root filesystem. These are then exported to the kernel
via the environment variable vfs.root.mountfrom.
1999-07-21 00:08:54 +00:00
rnordier
c1740a7c66
Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled by
...
means of a build option.
1999-07-20 01:19:23 +00:00
rnordier
c46ca64645
Activate kgzldr.
1999-07-19 20:16:34 +00:00
rnordier
83fed33cb1
Use M4FLAGS for m4.
1999-07-19 20:10:17 +00:00
rnordier
2d7803cd6b
This commit was generated by cvs2svn to compensate for changes in r48907,
...
which included commits to RCS files with non-trunk default branches.
1999-07-19 18:07:44 +00:00
rnordier
f5a2fbe418
kgzldr is a kzipboot replacement for use with kgzip(8).
...
Development sponsored by Global Technology Associates, Inc.
Reviewed/tested by: abial
1999-07-19 18:07:44 +00:00
n_hibma
fa5dc41401
The boot countdown timer says it will boot in 1 seconds,
...
which is grammatically incorrect.
PR: 12628
Submitted-By: R. Matthew Emerson <rme@nightfly.apk.net>
1999-07-15 20:40:52 +00:00
msmith
2b045d409d
Document the hw.physmem tunable. (There should be arch-specific tunable
...
help sections.)
1999-07-02 20:38:05 +00:00
peter
6b5a8d602e
Fix typo (wrong path)
1999-06-29 21:40:05 +00:00
peter
8fd8236771
Reconcile all the loader newvers.sh's into one common one.
1999-06-29 21:23:26 +00:00
peter
b911e1234c
Don't use head/tail - they don't exist in a 'make world' environment.
...
(Why do we have three copies of this script anyway?)
1999-06-29 21:06:16 +00:00
peter
301f725178
ABS_SET() and BSS_SET() are no longer used. The sole remaining user of
...
TEXT_SET() is DDB's command tables.
1999-06-26 12:27:01 +00:00
ru
1e7459a41e
-mdoc fix.
1999-06-23 09:06:18 +00:00
rnordier
0571a0f633
Fill in bi_bios_geom[] in the bootinfo structure passed to the kernel.
...
This should resolve the problem raised in PR 12315, and incidentally
makes it easier to determine what geometry the BIOS is actually using
(by way of boot -v and dmesg).
1999-06-21 18:27:02 +00:00
rnordier
156dba23c0
Provide for enabling/disabling each slice individually.
1999-06-19 21:40:55 +00:00
rnordier
f3313ef5a0
Fix use of e_phoff in place of e_phnum.
1999-06-19 20:50:38 +00:00
rnordier
5f25113ddb
Correct and clarify some comments.
1999-06-19 20:40:32 +00:00
rnordier
517a8eacaf
Change active flag handling; sanity check passed drive number; pass
...
partition pointer to bootstrap; optimise away 10 bytes; cosmetics.
1999-06-18 21:49:18 +00:00
roger
d3d8c4e7a1
Add bktr_load for the loadable Bt848/Bt878 driver.
1999-06-13 15:45:49 +00:00
kato
9f9cc79ee9
Sync with sys/boot/i386/libi386/bootinfo.c revision 1.19.
1999-06-06 12:46:40 +00:00
ghelmer
b7771a65a4
Modify the boot loader to recognize the -C flag and pass the RB_CDROM
...
flag to the kernel to mount a CDROM as the root filesystem. Alternatively,
the boot_cdrom env var can be set.
As Mike Smith noted, "-C is the "wrong" way to do this", but this is
an acceptable stopgap in lieu of a better way.
PR: bin/11884
Reviewed by: msmith@freebsd.org
1999-06-04 03:18:28 +00:00
dfr
0681bc77d8
Typo: "can't boot 'boot'" should be "can't boot 'kernel'"
1999-05-30 10:45:03 +00:00
brian
03b6a6f174
Always output a linefeed when we've decided whether to boot
...
or display a loader prompt; either we've said
"Booting [%s]..." or we've received a non-line-feed character
and need a '\n' anyway.
1999-05-28 08:01:52 +00:00
rnordier
ebabc28d79
Activate mbr.
1999-05-24 22:44:32 +00:00
rnordier
32c4cd5138
Add mbr: a standard master boot record intended to replace a couple
...
that are presently embedded in the fdisk and sysinstall code.
1999-05-24 22:36:24 +00:00
rnordier
baab5b9100
This commit was generated by cvs2svn to compensate for changes in r47471,
...
which included commits to RCS files with non-trunk default branches.
1999-05-24 22:36:24 +00:00
rnordier
c7b7a58ae1
Fix a reference to the mysterious Mike Smisth.
1999-05-22 13:18:28 +00:00
kato
9afe0bdc01
Sync with sys/boot/i386/btx/Makefile revision 1.5.
1999-05-20 08:00:08 +00:00
rnordier
ada744aa5c
Drop some non-existent commented-out targets.
1999-05-18 22:10:05 +00:00
dcs
0c3ef21962
Add "initialize" to loader.4th, so running "start" is not actually needed.
1999-05-14 18:59:27 +00:00
dcs
1528de5c94
Add fxp on a category of it's own.
1999-05-14 10:20:54 +00:00
dcs
71ddf06778
Remove atapi and joy, add svr4 and streams. I wonder if removing vinum
...
is in order or not... (things are _not_ loaded by default, but it serves
as a reference to people tweaking their own loader.conf files)
1999-05-14 10:14:50 +00:00
dcs
c58da8da38
Add ntfs and splash_pcx, remove pcic and wcd (yikes! what was THAT
...
doing here?).
Candidate for 3.2.
1999-05-14 10:03:58 +00:00
brian
2d6ab0b29f
Better English.
1999-05-13 14:53:13 +00:00
jb
fbcc8bb5ab
Found the needle in the haystack!
...
Use colons instead of semi-colons in the default init_path to behave like
UNIX instead of DOS.
Suggested by: bde
Reminded by: des (with no hint as to *which* man page).
1999-05-11 11:20:13 +00:00
dfr
57de21f5b6
Changes to support diskless booting on the alpha:
...
* Make the network code in the bootstrap more chatty (helps debugging)
* Add nfs root stuff to cpu_rootconf(). I also added a check to make sure
it really was netbooting which allows the use of the same kernel for local
and network boots.
* Tweak the de driver so that it takes the speed setting from the console
for the alpha (some PWSs have broken de chipsets). This is the same
behaviour as NetBSD/alpha.
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
1999-05-03 09:36:29 +00:00
jkoshy
3e587269bb
Correct typos.
...
PR: docs/11445
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1999-05-03 08:32:45 +00:00
jkoshy
962797d27d
Correct misuse of .Nm.
...
PR: docs/11449
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
1999-05-03 07:25:50 +00:00
dcs
131007fae0
Make man page reflect reality on parsing rules. Now I know Jordan
...
never read this man page... :-)
1999-04-25 21:41:09 +00:00
kato
773fedc1c8
Sync with sys/boot/i386/loader/Makefile revision 1.34.
1999-04-25 03:56:44 +00:00
dcs
e62810c9b1
Minor nit. It is probably still incorrect, but at least don't
...
claim to use i386-specific files on alpha...
1999-04-24 18:05:45 +00:00