summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
Commit message (Collapse)AuthorAgeFilesLines
* - Add support to the loader for multiple consoles.jhb2005-05-271-4/+8
| | | | | | | | | | | | | - Teach the i386 and pc98 loaders to honor multiple console requests from their respective boot2 binaries so that the same console(s) are used in both boot2 and the loader. - Since the kernel doesn't support multiple consoles, whichever console is listed first is treated as the "primary" console and is passed to the kernel in the boot_howto flags. PR: kern/66425 Submitted by: Gavin Atkinson gavin at ury dot york dot ac dot uk MFC after: 1 week
* Print out the commands from /boot.config after parsing them so that theyjhb2005-05-271-1/+1
| | | | | | | | output is sent to the correct console(s). PR: kern/66425 Submitted by: Gavin Atkinson gavin at ury dot york dot ac dot uk MFC after: 1 week
* Change a directory layout for pc98.nyan2005-05-101-1/+1
| | | | | | | | | - Move MD files into <arch>/<arch>. - Move bus dependent files into <arch>/<bus>. Rename some files to more suitable names. Repo-copied by: peter Discussed with: imp
* Remove ifdef PC98.nyan2005-05-0823-1133/+12
|
* Merged from libi386/biosdisk.c revisions 1.37 and 1.41.nyan2005-05-081-3/+6
|
* Use DOSMID_386BSD rather than DOSPTYP_386BSD.nyan2005-05-081-1/+1
|
* MFi386: revision 1.20.nyan2005-04-141-1/+1
|
* Fix buidling of boot blocks for pc98 with new links.imp2005-04-031-3/+11
| | | | Submitted by: nyan@
* NOFORTH -> NO_FORTHru2004-12-211-1/+1
|
* NOSHARED -> NO_SHAREDru2004-12-212-2/+2
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-217-7/+7
| | | | OK'ed by: core
* Remove the last vestiges of the userconfig option. None of this actuallyscottl2004-12-012-10/+0
| | | | did anything, so this commit should be considered a NO-OP.
* MFi386: revisions 1.77 and 1.78.nyan2004-11-291-2/+2
|
* MFi386: revision 1.38.nyan2004-11-291-5/+10
|
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* MFi386: revision 1.4.nyan2004-10-241-1/+9
|
* MFi386: Set bi_basemem and bi_extmem variables.nyan2004-10-241-0/+6
| | | | Respect RB_MULTIPLE flag.
* MFi386: Add support for preloading ELF relocatable object format modules.nyan2004-10-241-0/+2
|
* Document boot_cdrom, boot_multicons, and boot_serial.ru2004-09-301-1/+1
| | | | | Reduce diffs between help.common and loader(8). Mention that boot_userconfig is currently a no-op.
* MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS).nyan2004-09-181-0/+1
|
* Fix new compiler error (s/bcopy/memcpy/).nyan2004-07-304-9/+9
|
* 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
|
OpenPOWER on IntegriCloud