Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-09-05 | 2 | -2/+2 |
| | |||||
* | Slight reorganisation of the Alpha/SRM loader build: | msmith | 1999-09-03 | 13 | -476/+26 |
| | | | | | | | | | | - Make as much of the makefile for each of the three flavours (disk, CDROM, net) common. - Special-case the libalpha startup module on its use in boot1, not the other way around. - Build the loader out of a "loader" directory Reviewed by: mjacob, dfr | ||||
* | Remove accidental cut&paste garbage in a comment. | julian | 1999-09-03 | 1 | -4/+1 |
| | |||||
* | Comment the boot manager. So I don't have to work it all out again :-) | julian | 1999-09-03 | 1 | -12/+159 |
| | | | | Reviewed by: rnordier@freebsd.org | ||||
* | Change $Id$ to $FreeBSD$ | dfr | 1999-09-01 | 3 | -2/+3 |
| | |||||
* | * Fix a stack of warnings. | dfr | 1999-09-01 | 12 | -42/+228 |
| | | | | | | * Make it possible to type a filename to boot1 so that it is possible to recover from fatally broken versions of /boot/loader. * Make a start at a CD boot program (not yet functional). | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 187 | -187/+187 |
| | |||||
* | Fix a bunch of broken cross-references | chris | 1999-08-18 | 1 | -2/+2 |
| | |||||
* | Append the flags from the "boot" command to those which came from | jdp | 1999-08-14 | 1 | -2/+23 |
| | | | | | | the SRM environment. This makes the traditional "boot [/kernel] -s" and similar things work on the Alpha. Since the flags are appended, they augment and/or override those from the SRM environment. | ||||
* | Merge from sys/boot/i386/libi386/bootinfo.c revision 1.21. | kato | 1999-08-13 | 1 | -2/+6 |
| | |||||
* | Convert the Winbond driver to newbus and have it compiled as a module. | wpaul | 1999-08-10 | 1 | -1/+2 |
| | |||||
* | Convert the VIA Rhine driver to newbus and set it up to be compiled as | wpaul | 1999-08-10 | 1 | -1/+2 |
| | | | | | | | | | | a module. Also modified the code to work on FreeBSD/alpha and added device vr0 to the alpha GENERIC config. While I was in the neighborhood, I noticed that I was still using #define NFPX 1 in all of the Makefiles that I'd copied from the fxp module. I don't really use #define Nfoo X so it didn't matter, but I decided to customize this correctly anyway. | ||||
* | - Don't assume that SCSI ID numbers of HDD units are contiguous. That | kato | 1999-08-05 | 1 | -10/+13 |
| | | | | | | | | | is, don't assume that SCSI ID corresponds to a unit number of da device. Unit number of da device is provided by 2nd stage loader and 3rd stage loader now use it. - Fix drive letter to display. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp> | ||||
* | Provides discontinuous unit number support to make external FDD | kato | 1999-08-05 | 1 | -2/+3 |
| | | | | | | | bootable on 1 FDD PC98 machines. (When an external FDD unit is installed, unit numbers become discontinuous.) Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp> | ||||
* | Add various network cards that have been new-busified and made into KLDs | green | 1999-08-04 | 1 | -2/+9 |
| | | | | | | (thanks Bill!) Remove lkm. | ||||
* | Make this build if there is an obj directory. | dfr | 1999-08-02 | 1 | -3/+3 |
| | |||||
* | Add missing "path mnemonics" as given in Table 4-3 of rev. 1.2 of the | se | 1999-08-02 | 1 | -19/+19 |
| | | | | ARC Specification. | ||||
* | Fix install target (install loader.exe, not loader). | se | 1999-07-29 | 1 | -2/+2 |
| | |||||
* | Activate "arc" (ARC / AlphaBIOS loader) on Alpha. | se | 1999-07-28 | 1 | -0/+5 |
| | |||||
* | Fix some typos. | nik | 1999-07-28 | 2 | -14/+14 |
| | | | | | PR: docs/11955 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> | ||||
* | This commit was generated by cvs2svn to compensate for changes in r49187, | se | 1999-07-28 | 28 | -0/+3009 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | The ARC BIOS / AlphaBIOS specific primary boot loader. This code is the | se | 1999-07-28 | 28 | -0/+3009 |
| | | | | | | | | | | | | 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. | ||||
* | Recognise NetBSD slices. | rnordier | 1999-07-24 | 1 | -3/+4 |
| | | | | | Submitted by : Lars Koeller <lkoeller@cc.fh-lippe.de> PR : 12772 | ||||
* | Walk around the end of all the silly guessing of device types and unit | msmith | 1999-07-21 | 6 | -9/+108 |
| | | | | | | | 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. | ||||
* | Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled by | rnordier | 1999-07-20 | 5 | -57/+111 |
| | | | | means of a build option. | ||||
* | Activate kgzldr. | rnordier | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | Use M4FLAGS for m4. | rnordier | 1999-07-19 | 1 | -4/+4 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r48907, | rnordier | 1999-07-19 | 7 | -0/+459 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | kgzldr is a kzipboot replacement for use with kgzip(8). | rnordier | 1999-07-19 | 7 | -0/+459 |
| | | | | | | | | | | | | Development sponsored by Global Technology Associates, Inc. Reviewed/tested by: abial | ||||
* | | The boot countdown timer says it will boot in 1 seconds, | n_hibma | 1999-07-15 | 1 | -2/+4 |
| | | | | | | | | | | | | | | which is grammatically incorrect. PR: 12628 Submitted-By: R. Matthew Emerson <rme@nightfly.apk.net> | ||||
* | | Document the hw.physmem tunable. (There should be arch-specific tunable | msmith | 1999-07-02 | 1 | -0/+12 |
| | | | | | | | | help sections.) | ||||
* | | Fix typo (wrong path) | peter | 1999-06-29 | 1 | -1/+1 |
| | | |||||
* | | Reconcile all the loader newvers.sh's into one common one. | peter | 1999-06-29 | 7 | -106/+15 |
| | | |||||
* | | Don't use head/tail - they don't exist in a 'make world' environment. | peter | 1999-06-29 | 2 | -2/+4 |
| | | | | | | | | (Why do we have three copies of this script anyway?) | ||||
* | | ABS_SET() and BSS_SET() are no longer used. The sole remaining user of | peter | 1999-06-26 | 1 | -4/+1 |
| | | | | | | | | TEXT_SET() is DDB's command tables. | ||||
* | | -mdoc fix. | ru | 1999-06-23 | 2 | -4/+4 |
| | | |||||
* | | Fill in bi_bios_geom[] in the bootinfo structure passed to the kernel. | rnordier | 1999-06-21 | 5 | -11/+44 |
| | | | | | | | | | | | | 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). | ||||
* | | Provide for enabling/disabling each slice individually. | rnordier | 1999-06-19 | 2 | -3/+5 |
| | | |||||
* | | Fix use of e_phoff in place of e_phnum. | rnordier | 1999-06-19 | 2 | -4/+4 |
| | | |||||
* | | Correct and clarify some comments. | rnordier | 1999-06-19 | 1 | -7/+7 |
| | | |||||
* | | Change active flag handling; sanity check passed drive number; pass | rnordier | 1999-06-18 | 2 | -77/+81 |
| | | | | | | | | partition pointer to bootstrap; optimise away 10 bytes; cosmetics. | ||||
* | | Add bktr_load for the loadable Bt848/Bt878 driver. | roger | 1999-06-13 | 1 | -1/+2 |
| | | |||||
* | | Sync with sys/boot/i386/libi386/bootinfo.c revision 1.19. | kato | 1999-06-06 | 1 | -1/+5 |
| | | |||||
* | | Modify the boot loader to recognize the -C flag and pass the RB_CDROM | ghelmer | 1999-06-04 | 3 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Typo: "can't boot 'boot'" should be "can't boot 'kernel'" | dfr | 1999-05-30 | 1 | -2/+2 |
| | | |||||
* | | Always output a linefeed when we've decided whether to boot | brian | 1999-05-28 | 1 | -6/+3 |
| | | | | | | | | | | | | 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. | ||||
* | | Activate mbr. | rnordier | 1999-05-24 | 1 | -2/+2 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r47471, | rnordier | 1999-05-24 | 3 | -0/+177 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Add mbr: a standard master boot record intended to replace a couple | rnordier | 1999-05-24 | 3 | -0/+177 |
| | | | | | | | | that are presently embedded in the fdisk and sysinstall code. | ||||
* | | Fix a reference to the mysterious Mike Smisth. | rnordier | 1999-05-22 | 2 | -4/+4 |
| | |