summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
Commit message (Collapse)AuthorAgeFilesLines
* Remove '-DUFS1_ONLY' from CFLAGS. It is not needed.nyan2002-10-101-2/+0
|
* Added '#include <sys/diskpc98.h>'.nyan2002-10-071-0/+1
| | | | Submitted by: kawanobe@st.rim.or.jp (Kawanobe Koh)
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-071-0/+1
| | | | Sponsored by: DARPA & NAI Labs.
* Connected boot2.nyan2002-10-031-1/+1
|
* Added some header files from -stable and fixed the boot[12] programs.nyan2002-10-038-7/+1077
|
* Use as's --defsym switch to compensate for the loss of the M4 substitutionpeter2002-09-301-1/+1
| | | | | | of SIOPRT which broke kgzldr and therefore make release. Pointed out by: murray
* Fixed to build after removing a.out suppot.nyan2002-09-241-6/+6
|
* use __packed.alfred2002-09-231-1/+1
|
* MFi386: Remove a.out support.nyan2002-09-192-8/+2
|
* Remove -elf option.nyan2002-09-191-2/+0
|
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-173-15/+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
* Initiate deorbit burn of i386 a.out kld "support" in loader. Note thatpeter2002-08-292-4/+1
| | | | | | 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.
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* Remove boot2 temporarily.nyan2002-07-181-1/+1
|
* Change include order.nyan2002-07-161-1/+1
|
* Cosmetic change (align with other boot blocks):n_hibma2002-05-262-5/+5
| | | | | | CONSPEED -> COMSPEED Approved by: nyan
* Fixed to conflict labels.nyan2002-05-211-3/+3
| | | | Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
* MFi386: revision 1.22nyan2002-05-211-9/+8
|
* Fixed to build for GCC 3.1nyan2002-05-146-17/+16
|
* Add -ffreestanding to CFLAGS.nyan2002-05-141-1/+1
|
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-131-1/+1
|
* Removed now unused INTERNALSTATICLIB.ru2002-05-131-3/+0
| | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN.
* 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-122-0/+6
| | | | | 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-112-6/+0
| | | | INTERNALLIB now.
* -ffreestanding is the word.obrien2002-05-104-2/+4
| | | | | (also resort some CFLAGS such that the more "important" value are first so they are easier to see)
* MFi386: revision 1.56nyan2002-04-251-18/+6
|
* MFi386: revision 1.8nyan2002-04-251-5/+3
|
* MFi386: revision 1.7.nyan2002-04-151-1/+1
|
* MFi386: revision 1.55nyan2002-03-301-0/+3
|
* Add -D_KERNEL to CFLAGS for ntohl().nyan2002-02-281-1/+1
|
* Expand COMBRD(x) macro.nyan2002-02-011-2/+2
|
* Added kgzldr for pc98.nyan2002-01-183-1/+156
| | | | crt.s is based on btx.s.
* MFi386: revision 1.35 (Add support for writing to BIOS disks)nyan2001-12-121-4/+221
|
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
| | | | also don't use ANSI string concatenation.
* MFi386: revisions from 1.26 to 1.30.nyan2001-11-172-10/+196
|
* MFi386: revision 1.12nyan2001-11-171-0/+9
|
* MFi386: sys/boot/i386/loader/main.c revision 1.25nyan2001-11-061-14/+16
|
* MFi386: sys/boot/i386/libi386/Makefile revision 1.21nyan2001-11-061-2/+2
|
* Fixed sioreg.h path.nyan2001-11-021-1/+1
|
* Use a array to convert from a attribute for AT to one for PC98.nyan2001-10-171-42/+38
| | | | (merged from sys/pc98/pc98/scvtbpc98.c)
* Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18.nyan2001-10-171-164/+144
|
* fix style(9)nyan2001-10-171-175/+212
|
* Merged from sys/boot/i386/loader/Makefile revision 1.54.nyan2001-10-171-0/+7
|
* MFi386: sys/boot/i386/loader/main.c revision 1.24.nyan2001-09-161-0/+5
|
* MFi386: sys/boot/i386/libi386/Makefile revision 1.20.nyan2001-09-161-7/+10
|
* Create backup copies using install(1).ru2001-09-121-3/+1
|
* s/adress/address/kris2001-07-232-2/+2
| | | | | Inspired by: OpenBSD MFC After: 1 week
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.25.kato2001-06-232-2/+2
|
* Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.peter2001-06-211-3/+0
|
OpenPOWER on IntegriCloud