| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: kern/9459
Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
|
|
|
|
| |
other variable values.
|
|
|
|
|
|
|
|
|
|
|
| |
- Discard large amounts of BIOS-related code in favour of the more compact
BTX vm86 interface.
- Build the loader module as ELF, although the resulting object is a.out,
make gensetdefs 32/64-bit sensitive and use a single copy of it.
- Throw away installboot, as it's no longer required.
- Use direct bcopy operations in the i386_copy module, as BTX
maps the first 16M of memory. Check operations against the
detected size of actual memory.
|
|
|
|
|
| |
enumerators, crossreference returned identifiers with a text-format
database and automatically load corresponding modules and dependancies.
|
|
|
|
| |
items. Eliminate warnings.
|
|
variable substitution.
Submitted by: Jordan Hubbard <jkh@freebsd.org>
|