summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot2
Commit message (Expand)AuthorAgeFilesLines
* Revert the last change. Masking only 2 MSBs of the virtual addressru2006-11-021-3/+3
* Because the BTX mini-kernel now uses flat memory mode and clientsru2006-10-291-3/+3
* Restore support for -c and -d that were treacherously murdered inru2006-10-261-2/+4
* Back out rev. 1.71 as it breaks directly loading (i386) kernels.ru2006-10-261-3/+3
* Minor whitespace tweak.jhb2006-04-111-2/+1
* Consistently use OPT_* macros to test/set boot options.ru2005-11-031-6/+12
* Re-implement rev.1.76 with respect to the code size.sobomax2005-10-161-15/+22
* Backout previous commit - for some reason it overflows space constrains onsobomax2005-10-161-32/+24
* Add new option `q', which makes second stage loader quiet unless autobootsobomax2005-10-161-24/+32
* - RBX_MASK wasn't updated when RB_PAUSE was changed from 0x40000ru2005-09-221-2/+2
* Add the ability to specify the boot2 serial console speed iniedowse2005-08-183-18/+32
* The kernel is usually at /boot/kernel/kernel nowadays.ssouhlal2005-08-061-1/+1
* Add -mno-sse3 for prescott/noconaache2005-07-151-1/+1
* Print out the commands from /boot.config after parsing them so that theyjhb2005-05-271-1/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-03-151-0/+1
* A long, long time ago in a CVS branch far away (specifically, HEAD priorjhb2004-09-181-3/+3
* Try packet mode of INT13 on a hard disk first if not prohibited byyar2004-08-281-19/+21
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withyar2004-08-271-2/+2
* Move boot2 BSS zeroing into btx startup code out of boot1. boot1 does notkan2004-08-051-4/+0
* Compile boot2 with -fno-unit-at-a-time. GCCs aggressive optimizationkan2004-07-301-1/+3
* Clean up local memcpy implementation to take void * parameters.kan2004-07-301-3/+6
* Define our own memcpy here instead of relying on GCC to provide one.kan2004-07-281-4/+0
* Some embedded platforms have no keyboard controller. Give up waitingphk2004-06-021-4/+11
* Back out last revision that unnecessarily changed valid assemblerru2004-05-142-252/+252
* After talking to Bruce Evans and reading more standards specs,ru2004-04-282-252/+252
* - Use C (and CPP) style comments for assembler-with-cpp sources,ru2004-04-282-346/+347
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-0/+10
* Re-add sio.S, and properly deal with assembler files.ru2004-02-173-374/+4
* Fix the AMD64 build: this file shouldn't exist.obrien2004-02-161-80/+0
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-091-1/+1
* Argh, unbreak "make depend" for AMD64.ru2004-02-071-1/+1
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-071-1/+1
* Generate .depend file.ru2004-02-071-0/+2
* Untangle building of AMD64 boot code.ru2004-02-071-4/+2
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-60/+43
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-1/+0
* Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the oldbde2003-11-151-2/+13
* Include <sys/reboot.h> the definition of RB_BOOTINFO. The previousbde2003-11-111-0/+2
* Fixed loss of setting of the RB_BOOTINFO flag in rev.1.43. Fixed wrongbde2003-11-101-2/+2
* Use __FBSDID().obrien2003-08-251-4/+3
* Many newer CF do not handle having the entire track read from them atimp2003-08-222-0/+8
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-261-0/+12
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-2/+0
* Fixed CLEANFILES.ru2003-02-251-1/+1
* Build a file "boot" which consists of boot1 and boot2 concatenated.phk2003-01-261-1/+6
* Save 4 more bytes by not initializing opts to 0. This moves it fromimp2003-01-141-1/+1
* Fix interactive booting:imp2003-01-131-2/+4
* -mno-align-long-strings can make things smaller, so lets use it in hopesobrien2002-12-211-0/+1
* Put back the casts to unsigned. While no strictly necessary for itsimp2002-12-201-1/+1
* I didn't intend to delete this rm from the Makefile. It snuck in atimp2002-12-181-0/+1
OpenPOWER on IntegriCloud