Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print out the commands from /boot.config after parsing them so that they | jhb | 2005-05-27 | 1 | -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. | nyan | 2005-05-10 | 1 | -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. | nyan | 2005-05-08 | 8 | -128/+3 |
| | |||||
* | Use DOSMID_386BSD rather than DOSPTYP_386BSD. | nyan | 2005-05-08 | 1 | -1/+1 |
| | |||||
* | Fix buidling of boot blocks for pc98 with new links. | imp | 2005-04-03 | 1 | -3/+11 |
| | | | | Submitted by: nyan@ | ||||
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | OK'ed by: core | ||||
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 1 | -2/+0 |
| | | | | did anything, so this commit should be considered a NO-OP. | ||||
* | MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS). | nyan | 2004-09-18 | 1 | -0/+1 |
| | |||||
* | Fix new compiler error (s/bcopy/memcpy/). | nyan | 2004-07-30 | 4 | -9/+9 |
| | |||||
* | Unspam sys/boot, the dev_t commit should not have touched these. | phk | 2004-06-16 | 2 | -2/+2 |
| | | | | Spotted by: peter | ||||
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -2/+2 |
| | | | | Bump __FreeBSD_version accordingly. | ||||
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 4 | -16/+0 |
| | | | | | | per letter dated July 22, 1999. Approved by: core | ||||
* | MFi386: Factor out -nostdlib and use PROG. | nyan | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | MFi386: Removed -elf and duplicate -ffreestanding. | ru | 2004-02-07 | 1 | -2/+2 |
| | |||||
* | MFi386: Cleanups to sys/boot makefiles. | nyan | 2004-02-07 | 1 | -1/+0 |
| | |||||
* | Use __FBSDID(). | obrien | 2003-09-08 | 6 | -11/+18 |
| | | | | Also some minor style cleanups. | ||||
* | Fixed build error with GCC 3.3.1 | nyan | 2003-07-13 | 1 | -3/+3 |
| | |||||
* | Libdisk does not need to include <sys/diskslice.h> any more. | phk | 2003-04-04 | 2 | -2/+1 |
| | | | | | | | | | 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 and | ru | 2003-03-02 | 1 | -1/+1 |
| | | | | | | get rid of bsd.kern.mk completely. OK'ed by: bde | ||||
* | MFi386: Install the "boot" image which is boot1 + boot2. | nyan | 2003-01-30 | 1 | -2/+7 |
| | |||||
* | Add SCSI MO device support. | nyan | 2003-01-06 | 4 | -93/+123 |
| | | | | Submitted by: Kawanobe Koh <kawanobe@st.rim.or.jp> | ||||
* | Rename the dos_partition structure for pc98 to pc98_partition. | nyan | 2003-01-04 | 1 | -2/+2 |
| | |||||
* | Remove '-DUFS1_ONLY' from CFLAGS. It is not needed. | nyan | 2002-10-10 | 1 | -2/+0 |
| | |||||
* | Move the definition of UFS1_ONLY into the Makefiles where it belongs. | phk | 2002-10-07 | 1 | -0/+1 |
| | | | | Sponsored by: DARPA & NAI Labs. | ||||
* | Added some header files from -stable and fixed the boot[12] programs. | nyan | 2002-10-03 | 8 | -7/+1077 |
| | |||||
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
| | | | | | | for a long time now. Approved by: bde | ||||
* | Change include order. | nyan | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | Cosmetic change (align with other boot blocks): | n_hibma | 2002-05-26 | 2 | -5/+5 |
| | | | | | | CONSPEED -> COMSPEED Approved by: nyan | ||||
* | Fixed to build for GCC 3.1 | nyan | 2002-05-14 | 6 | -17/+16 |
| | |||||
* | -ffreestanding is the word. | obrien | 2002-05-10 | 1 | -1/+1 |
| | | | | | (also resort some CFLAGS such that the more "important" value are first so they are easier to see) | ||||
* | Add -D_KERNEL to CFLAGS for ntohl(). | nyan | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Expand COMBRD(x) macro. | nyan | 2002-02-01 | 1 | -2/+2 |
| | |||||
* | Fixed sioreg.h path. | nyan | 2001-11-02 | 1 | -1/+1 |
| | |||||
* | s/adress/address/ | kris | 2001-07-23 | 1 | -1/+1 |
| | | | | | Inspired by: OpenBSD MFC After: 1 week | ||||
* | Update boot[12] program to compile ELF binary. | nyan | 2001-05-24 | 6 | -117/+92 |
| | | | | | Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> and kawanobe@st.rim.or.jp (Kawanobe Koh) | ||||
* | Make this compile in case anyone ever wants to use the PC98 booter | hoek | 2000-05-21 | 1 | -1/+1 |
| | | | | | | on an IBM machine. This fix matches i386/boot2/boot.c. PR: kern/7903 | ||||
* | - Removed hi-resolution mode supports. | nyan | 2000-05-03 | 1 | -29/+13 |
| | | | | - Added a dummy partition table. | ||||
* | Add $FreeBSD$ | peter | 2000-05-01 | 3 | -0/+5 |
| | |||||
* | The printf function of boot2 can't recognize "%lx" format. | nyan | 2000-04-14 | 1 | -4/+4 |
| | | | | Submitted by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp> | ||||
* | Separated serial boot block interface routine into NS16550 stuff and | kato | 2000-03-30 | 3 | -146/+381 |
| | | | | i8251 stuff. | ||||
* | Remove BAD144 support, it has already been disabled for some time. | phk | 1999-12-08 | 2 | -117/+2 |
| | |||||
* | Fixed warnings. | nyan | 1999-11-16 | 2 | -5/+5 |
| | |||||
* | Remove -mno-486 option and add -mpreferred-stack-boundary=2 option. | nyan | 1999-11-16 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 12 | -12/+12 |
| | |||||
* | Optimize better for space. | kato | 1999-04-24 | 1 | -3/+3 |
| | | | | Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp> | ||||
* | Update #include statements to reflect the new location of "sioreg.h". | jdp | 1999-04-22 | 1 | -2/+2 |
| | | | | | | With these changes plus the egcs fix I committed a few minutes ago, "make -DWANT_AOUT world" works again. Most likely, "make upgrade" is fixed too, though I haven't tested that. | ||||
* | Added an entry for 1.44MB fd. | kato | 1999-03-04 | 1 | -2/+2 |
| | | | | Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp> | ||||
* | Oops, forgot to read boot.config file. | kato | 1999-03-04 | 1 | -1/+2 |
| | | | | Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp> | ||||
* | boot2 doesn't need to say 'Can't find file boot.config.' | kato | 1999-03-04 | 1 | -5/+2 |
| | | | | Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp> |