History log of /freebsd-9.3-release/sys/boot/pc98/cdboot/cdboot.S
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 243448 23-Nov-2012 nyan

MFC: r239063, r239064, r239069, r240852, r240854

- boot2: bunch of variables are turned into uint8_t.
- boot2: Remove unnecessary initializations.
- loader: replace ugly inb/outb re-implementations with cpufunc.h.
- Reduce diffs against i386.


# 237763 29-Jun-2012 avg

MFC r235264: MFi386: improve argument passing via btxldr


# 235264 11-May-2012 avg

MFi386: improve argument passing via btxldr

use related definitions in i386 bootargs.h

Reviewed by: nyan, jhb
MFC after: 1 month


# 219126 01-Mar-2011 brucec

Remove duplicate "in".

Suggested by: Rob Farmer <rfarmer at predatorlabs.net>
MFC after: 3 days


# 219096 28-Feb-2011 brucec

Revert some of r177626. "in in" is valid in certain sentences.

PR: 121490
MFC after: 3 days


# 177626 26-Mar-2008 brueffer

Fix some "in in" typos in comments.

PR: 121490
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Approved by: rwatson (mentor), jkoshy
MFC after: 3 days


# 173720 18-Nov-2007 nyan

MFi386: revision 1.18

Add a trailing \0 to the read error string so that read errors don't print
out two error messages.


# 167191 04-Mar-2007 nyan

MFi386: revision 1.17.

Fix the cdboot twiddle display.


# 158559 14-May-2006 nyan

Add a bootable CD support.