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

# 229501 04-Jan-2012 jhb

MFC 226746:
Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for
the carry and zero flags being set, respectively, in <btxv86.h> and use
them throughout the x86 boot code.


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


# 145069 14-Apr-2005 nyan

MFi386: revision 1.20.


# 124647 18-Jan-2004 nyan

Fix to support KANA and graphics characters which code are over 0x80.


# 119880 08-Sep-2003 obrien

Use __FBSDID().
Also some minor style cleanups.


# 85065 17-Oct-2001 nyan

Use a array to convert from a attribute for AT to one for PC98.
(merged from sys/pc98/pc98/scvtbpc98.c)


# 85063 17-Oct-2001 nyan

Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18.


# 85061 17-Oct-2001 nyan

fix style(9)


# 80203 23-Jul-2001 kris

s/adress/address/

Inspired by: OpenBSD
MFC After: 1 week


# 68358 05-Nov-2000 nyan

Merged from the following changes.

sys/boot/i386/btx/btx/Makefile 1.9
sys/boot/i386/btx/btx/btx.s 1.23
sys/boot/i386/libi386/biosdisk.c 1.32 and 1.33
sys/boot/i386/libi386/biosmem.c 1.5
sys/boot/i386/libi386/comconsole.c 1.8
sys/boot/i386/libi386/gatea20.c 1.3
sys/boot/i386/libi386/time.c 1.4
sys/boot/i386/libi386/vidconsole.c 1.13
sys/boot/i386/loader/Makefile 1.48
sys/boot/i386/loader/main.c 1.22


# 54086 03-Dec-1999 nyan

Supported to sound beep.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)


# 53207 15-Nov-1999 nyan

Cosmetic changes.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 44461 04-Mar-1999 kato

Fix character code of backslash. PC98 should use 0xfc instead of 0x5c.

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


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