summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/btx
Commit message (Collapse)AuthorAgeFilesLines
* MFi386: Use real mode instead of v86 mode.nyan2009-12-081-410/+361
| | | | MFC after: 1 week
* MFi386:nyan2008-02-282-57/+2
| | | | | Retire the support for using paging in BTX. It hasn't been used since before 4.0.
* MFi386: revisions from 1.39 to 1.43.nyan2006-11-091-58/+50
|
* Remove ifdef PC98.nyan2005-05-084-156/+0
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-213-3/+3
| | | | OK'ed by: core
* MFi386: revision 1.38.nyan2004-11-291-5/+10
|
* MFi386: revision 1.4.nyan2004-10-241-1/+9
|
* MFi386: revisions from 1.15 to 1.17.nyan2004-04-291-8/+2
|
* MFi386: revisions from 1.16 to 1.18.nyan2004-04-291-8/+2
|
* MFi386: Use C (and CPP) style comments for assembler-with-cppru2004-04-282-290/+290
| | | | sources, for lines that start with a comment.
* MFi386: Get rid of unnecessary use of m4(1) by using cpp(1) instead.nyan2004-02-136-1893/+107
| | | | Repocopied by: joe
* MFi386: Factor out -nostdlib and use PROG.nyan2004-02-093-15/+23
|
* MFi386: Cleanups to sys/boot makefiles.nyan2004-02-072-1/+3
|
* MFi386: revision 1.33nyan2004-01-282-2/+2
| | | | PR: kern/62005
* MFi386: revision 1.13.nyan2003-11-152-2/+2
|
* Switch to using bsd.prog.mk; this gives us back the standardru2003-06-301-5/+2
| | | | .s.o transformation rule.
* Remove -elf option.nyan2002-09-191-2/+0
|
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-10/+0
| | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-131-1/+1
|
* Major cleanup of bsd.lib.mk.ru2002-05-131-4/+0
| | | | | | | Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. INTERNALLIB now means to build static library only and don't install anything. Added a NOINSTALLLIB knob for libpam/modules. To not build any library at all, just do not set LIB.
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+3
| | | | | defining so many extra things in addition to INTERNALLIB. We don't like repetitive C code and we shouldn't for make code either.
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-3/+0
| | | | INTERNALLIB now.
* MFi386: revisions from 1.26 to 1.30.nyan2001-11-172-10/+196
|
* MFi386: revision 1.12nyan2001-11-171-0/+9
|
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.25.kato2001-06-232-2/+2
|
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.24.nyan2001-05-212-8/+8
|
* Merged from the following changes.nyan2000-11-053-3/+10
| | | | | | | | | | | | | 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
* Merged from sys/boot/i386/btx/btx/btx.s revisions from 1.18 to 1.22.nyan2000-07-302-12/+74
|
* Sync with the following changes.nyan2000-05-296-383/+322
| | | | | | | 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
* Synced with following files:kato2000-03-315-162/+246
| | | | | | | | | | | | | 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
* Synced with sys/boot/i386/btx/btx/btx.s rev 1.14.kato2000-01-292-2/+6
|
* Sync with sys/boot/i386/btx/btx/btx.s revision 1.13.nyan1999-11-032-0/+10
|
* Sync with sys/boot/i386/btx/btx/Makefile and btx.s revisions 1.7 andkato1999-10-133-9/+138
| | | | 1.12, respectively.
* Blank out the twiddly thing when outputting the ``BTX loader'' message.brian1999-10-122-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-2813-13/+13
|
* Sync with sys/boot/i386/btx/Makefile revision 1.5.kato1999-05-201-2/+2
|
* Sync with sys/boot/i386/btx/btx/btx.s revision 1.10.kato1999-03-012-24/+52
|
* PC98 version of new boot loader. Because boot2 has not yet ported,kato1999-02-0313-0/+3426
files in boot2 directory are copies from legacy biosboot. Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
OpenPOWER on IntegriCloud