summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/kgzldr
Commit message (Collapse)AuthorAgeFilesLines
* Move cursor position after putting a character.nyan2009-12-211-0/+10
| | | | MFC after: 1 week
* Remove ifdef PC98.nyan2005-05-082-41/+0
|
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* MFi386: revision 1.20 (don't strip kgzldr.o)nyan2004-02-131-0/+1
|
* MFi386: Factor out -nostdlib and use PROG.nyan2004-02-091-13/+8
|
* MFi386: Removed -elf and duplicate -ffreestanding.ru2004-02-071-2/+1
|
* MFi386: Cleanups to sys/boot makefiles.nyan2004-02-071-8/+7
|
* MFi386: revision 1.16.ru2003-06-301-10/+4
|
* Add ${AFLAGS} to 'as' invocation.obrien2003-06-071-1/+1
|
* MFi386: revisions 1.13 and 1.14.nyan2003-06-071-5/+15
|
* 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
|
* MFi386: Remove a.out support.nyan2002-09-192-8/+2
|
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-5/+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 to conflict labels.nyan2002-05-211-3/+3
| | | | Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
* -ffreestanding is the word.obrien2002-05-101-1/+1
| | | | | (also resort some CFLAGS such that the more "important" value are first so they are easier to see)
* MFi386: revision 1.8nyan2002-04-251-5/+3
|
* MFi386: revision 1.7.nyan2002-04-151-1/+1
|
* Added kgzldr for pc98.nyan2002-01-182-0/+155
crt.s is based on btx.s.
OpenPOWER on IntegriCloud