summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
Commit message (Collapse)AuthorAgeFilesLines
* Fix another beak.phk2004-06-171-1/+1
| | | | Seen by: pjd
* Unspam sys/boot, the dev_t commit should not have touched these.phk2004-06-163-3/+3
| | | | Spotted by: peter
* My new keyboard can't spell.phk2004-06-161-1/+1
|
* Do the dreaded s/dev_t/struct cdev */phk2004-06-163-3/+3
| | | | Bump __FreeBSD_version accordingly.
* Premptively fix GCC3.4 issue: add break; after empty default: clauses.phk2004-06-161-0/+2
| | | | | PR: 65493 Submitted by: Pawel Worach <sajd@telia.com>
* 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.
* Remove advertising clause from University of California Regent's license,imp2004-04-054-16/+0
| | | | | | per letter dated July 22, 1999. Approved by: core
* MFi386: revision 1.29.nyan2004-03-141-2/+2
|
* MFi386: revision 1.76.nyan2004-03-141-2/+5
|
* MFi386: Get rid of unnecessary use of m4(1) by using cpp(1) instead.nyan2004-02-136-1893/+107
| | | | Repocopied by: joe
* MFi386: revisions 1.74 and 1.75.nyan2004-02-131-3/+1
| | | | | - kzip(8) is long dead. - Clean CLEANFILES.
* MFi386: revision 1.20 (don't strip kgzldr.o)nyan2004-02-131-0/+1
|
* MFi386: Factor out -nostdlib and use PROG.nyan2004-02-099-54/+55
|
* MFi386: Removed -elf and duplicate -ffreestanding.ru2004-02-074-9/+3
|
* MFi386: Cleanups to sys/boot makefiles.nyan2004-02-079-104/+70
|
* MFi386: revision 1.33nyan2004-01-282-2/+2
| | | | PR: kern/62005
* Fix to support KANA and graphics characters which code are over 0x80.nyan2004-01-181-1/+1
|
* MFi386: revision 1.13.nyan2003-11-152-2/+2
|
* Don't repeat selected defines from ns16550.h or sioreg.h. Justbde2003-09-161-20/+1
| | | | | include ns16550.h. The missing installation of ns16550.h was fixed long ago and the misplaced defines in sioreg.h were fixed recently.
* Use __FBSDID().obrien2003-09-0815-30/+47
| | | | Also some minor style cleanups.
* Fixed build error with GCC 3.3.1nyan2003-07-131-3/+3
|
* Revert non-style part of the recent two deltas that dealt withru2003-07-021-5/+1
| | | | | using as(1) to compile plain assembler source files; bsd.lib.mk has been fixed (in revision 1.147).
* Switch to using bsd.prog.mk; this gives us back the standardru2003-06-301-5/+2
| | | | .s.o transformation rule.
* MFi386: revision 1.16.ru2003-06-301-10/+4
|
* Add help file for pc98.nyan2003-06-082-1/+47
|
* Enable new boot menu.nyan2003-06-081-1/+2
|
* Don't load the acpi module.nyan2003-06-082-1/+34
|
* Add ${AFLAGS} to 'as' invocation.obrien2003-06-072-2/+2
|
* MFi386: revisions 1.13 and 1.14.nyan2003-06-071-5/+15
|
* MFi386: revision 1.30.nyan2003-06-071-2/+5
|
* IPLware support. The `IPLware' program assumes boot menu programkato2003-05-021-0/+4
| | | | begins with the `jmp 0x2d4' near jump.
* Fix to build pc98 boot loader after support amd64.nyan2003-05-012-3/+120
|
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-043-4/+2
| | | | | | | | | Move the remaining bits of <sys/diskslice.h> to <i386/include/bootinfo.h> Move i386/pc98 specific bits from <sys/reboot.h> to <i386/include/bootinfo.h> as well. Adjust includes in sys/boot accordingly.
* Fixed sys/boot/pc98/boot2/Makefile to use kern.mk andru2003-03-021-1/+1
| | | | | | get rid of bsd.kern.mk completely. OK'ed by: bde
* MFi386: Install the "boot" image which is boot1 + boot2.nyan2003-01-301-2/+7
|
* Use NDOSPART instead of NEXTDOSPART.nyan2003-01-211-2/+2
|
* MFi386: revision 1.63.nyan2003-01-211-10/+9
|
* Use NEXTDOSPART instead of MAX_SLICES.phk2003-01-201-2/+2
|
* Add SCSI MO device support.nyan2003-01-065-98/+156
| | | | Submitted by: Kawanobe Koh <kawanobe@st.rim.or.jp>
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-042-8/+8
|
* 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
|
OpenPOWER on IntegriCloud