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


# 237770 29-Jun-2012 avg

MFC r235392,235394,235395: fixes and cleanups for zfs boot MFC


# 225736 22-Sep-2011 kensmith

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

Approved by: re (implicit)


# 201339 31-Dec-2009 nyan

Add setting machine type support to the loader.

MFC after: 2 week


# 190046 19-Mar-2009 nyan

Reduce diffs against i386.


# 176656 29-Feb-2008 nyan

MFi386: revision 1.43

Do not attempt to make an NFS rpc call if using tftp


# 157668 11-Apr-2006 jhb

Drop the gateA20() function in the loader as it is unused. All the other
boot loaders that load the loader already handle A20. In fact, they are
required to do so in order to setup the environment that btxldr expects.


# 153551 20-Dec-2005 sobomax

Unbreak pc98 after my last changes to i386.


# 146011 08-May-2005 nyan

Remove ifdef PC98.


# 136910 24-Oct-2004 ru

For variables that are only checked with defined(), don't provide
any fake value.


# 125567 07-Feb-2004 ru

MFi386: Removed -elf and duplicate -ffreestanding.


# 125563 07-Feb-2004 nyan

MFi386: Cleanups to sys/boot makefiles.


# 117160 02-Jul-2003 ru

Revert non-style part of the recent two deltas that dealt with
using as(1) to compile plain assembler source files; bsd.lib.mk
has been fixed (in revision 1.147).


# 116001 08-Jun-2003 nyan

Don't load the acpi module.


# 115964 07-Jun-2003 obrien

Add ${AFLAGS} to 'as' invocation.


# 115944 07-Jun-2003 nyan

MFi386: revision 1.30.


# 114407 01-May-2003 nyan

Fix to build pc98 boot loader after support amd64.


# 102556 29-Aug-2002 peter

Initiate deorbit burn of i386 a.out kld "support" in loader. Note that
this was quite broken, it never was updated for metadata support.
The a.out kld file support was never really used, as it wasn't necessary.
You could always load elf kld's, even in an a.out kernel.


# 97060 21-May-2002 nyan

MFi386: revision 1.22


# 96513 13-May-2002 ru

Removed now unused INTERNALSTATICLIB.
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.


# 96455 12-May-2002 obrien

Back out last commit. I expect our bsd.*.mk gods to remove the need for
defining so many extra things in addition to INTERNALLIB. We don't like
repetitive C code and we shouldn't for make code either.


# 96415 11-May-2002 obrien

NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when using
INTERNALLIB now.


# 96342 10-May-2002 obrien

-ffreestanding is the word.
(also resort some CFLAGS such that the more "important" value are first so
they are easier to see)


# 86130 06-Nov-2001 nyan

MFi386: sys/boot/i386/libi386/Makefile revision 1.21


# 83531 16-Sep-2001 nyan

MFi386: sys/boot/i386/libi386/Makefile revision 1.20.


# 66245 22-Sep-2000 kato

Merged from sys/boot/i386/libi386/Makefile revision 1.19.


# 59535 23-Apr-2000 nyan

Sync with the following changes.

sys/boot/i386/libi386/Makefile 1.16 and 1.17
sys/boot/i386/loader/Makefile 1.44
sys/boot/i386/loader/main.c 1.20


# 52825 03-Nov-1999 nyan

Sync with sys/boot/i386/libi386/Makefile revision 1.15.


# 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>