History log of /freebsd-9.3-release/sys/boot/pc98/btx/btxldr/btxldr.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


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 146011 08-May-2005 nyan

Remove ifdef PC98.


# 129516 20-May-2004 markm

Delete history.


# 129515 20-May-2004 markm

Delete history.


# 129514 20-May-2004 markm

Delete history.


# 128710 28-Apr-2004 ru

MFi386: Use C (and CPP) style comments for assembler-with-cpp
sources, for lines that start with a comment.


# 125780 13-Feb-2004 nyan

MFi386: Get rid of unnecessary use of m4(1) by using cpp(1) instead.

Repocopied by: joe


# 122753 15-Nov-2003 nyan

MFi386: revision 1.13.


# 61064 29-May-2000 nyan

Sync with the following changes.

sys/boot/i386/btx/btx/Makefile 1.8
sys/boot/i386/btx/btx/btx.s 1.16 and 1.17
sys/boot/i386/btx/btxldr/btxldr.s 1.10
sys/boot/i386/loader/Makefile 1.45


# 58871 31-Mar-2000 kato

Synced with following files:
src/sys/boot/i386/Makefile.inc 1.1
src/sys/boot/i386/btx/btx/btx.s 1.15
src/sys/boot/i386/btx/btxldr/Makefile 1.8
src/sys/boot/i386/btx/btxldr/btxldr.s 1.9
src/sys/boot/i386/libi386/biosdisk.c 1.29
src/sys/boot/i386/loader/Makefile 1.42
src/sys/boot/i386/loader/main.c 1.18
(entry point address of loader was not changed.)

Reviewed by: nyan


# 52148 12-Oct-1999 brian

Blank out the twiddly thing when outputting the ``BTX loader'' message.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 43561 03-Feb-1999 kato

PC98 version of new boot loader. Because boot2 has not yet ported,
files in boot2 directory are copies from legacy biosboot.

Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>