index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
amd64
/
stand
/
pxeboot
/
conf.c
Age
Commit message (
Expand
)
Author
2012-10-29
Bump version.
Joel Sing
2012-10-09
Bump boot versions due to recent changes.
Joel Sing
2012-06-03
Add support for serial consoles at non-standard addresses. This implements
Mark Kettenis
2011-03-08
Fix extended partition searching so we don't get lost. The offset
Kenneth R Westerback
2010-12-06
- properly remove NENTS now after fixing the fallout.
Jasper Lievisse Adriaanse
2010-12-06
- partially revert previous NENTS removal for arches which got busted.
Jasper Lievisse Adriaanse
2010-12-06
- drop NENTS(), which was yet another copy of nitems().
Jasper Lievisse Adriaanse
2010-08-11
crank version
Theo de Raadt
2010-07-02
Add ability to limit memory presented to kernel with
Tobias Weingartner
2008-04-19
Change ELF loader to use the LMA as the load address for the
Tobias Weingartner
2007-07-27
As on i386:
Tom Cosgrove
2007-05-30
Pull out the ELF loadfile pieces from the standalone libraries, so that
Tom Cosgrove
2007-05-27
Unbreak cdboot and pxeboot machine memory +/-; bad mpf@.
Tom Cosgrove
2007-04-28
clone "Control key" logic from i386 written by tom; tested by art
Theo de Raadt
2007-01-02
Issue the BIOS "check for keystroke" call before "get keystroke", as
Tom Cosgrove
2006-10-12
Bump versions to note behaviour change of no longer trying
Kenneth R Westerback
2006-05-20
push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interface
Theo de Raadt
2006-01-02
Correctly set the %di register on PXENV calls. This should help
Tom Cosgrove
2005-05-28
*slightly drunk*
Tobias Weingartner
2005-05-03
The return value from getEBDAaddr() (info) is not used in bios_E820(),
Tom Cosgrove
2005-05-03
Convert the size of a memory chunk from bytes to megabytes before
Tom Cosgrove
2005-04-30
As on i386, ensure we save the %ebx register returned from the BIOS
Tom Cosgrove
2005-04-29
Make boot code use real mode with 64K segments instead of 1M segments,
Tom Cosgrove
2005-03-13
Only use bangpxe calling on PXE 2.1 and above. Makes no difference on
Tom Cosgrove
2005-03-13
On return from real mode, reload the GDT using a 16-bit pointer rather
Tom Cosgrove
2004-03-21
Enter pxeboot on amd64. Initially intended to support network installs
Tom Cosgrove