summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot
Commit message (Expand)AuthorAgeFilesLines
* add detection of serial console presence to btx and boot2-like blocksavg2012-10-061-2/+4
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-251-4/+3
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-5/+4
* Look for /boot/config in addition to /boot.config, with the former takingdes2011-10-181-3/+4
* gpt/zfs boot blocks: reduce optimizing CFLAGS to -O1avg2011-09-131-6/+1
* Remove all object files during 'make clean'.jhb2011-03-111-1/+2
* Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S.dim2011-02-271-2/+0
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+7
* Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefilesdim2011-01-051-1/+0
* Ensure that a make from sys/boot does not pick up include files frompho2010-10-081-0/+1
* - Split code shared by almost any boot loader into separate files andpjd2010-09-242-441/+152
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCHimp2010-08-231-1/+1
* Our boot loader is capable of booting both i386 and amd64 kernels sodelphij2010-03-261-1/+1
* Fix a confusing typo in the EDD packet structure used in gptboot andjhb2009-12-091-3/+3
* Fix parse() so that the partition to boot (load /boot/loader) from canjhay2009-08-171-8/+5
* - Initialize the vm86 structure to a known-good state. Specifically, alwaysjhb2008-08-081-2/+4
* Rev 1.72 fixed a bug where if /boot.config changed the console its contentsjhb2008-02-281-2/+3
* Add a note to indicate that these files do borrow in part from mbr.s andjhb2007-11-261-0/+2
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isjhb2007-10-261-1/+0
* Add . to the include path so that we follow the 'machine' symlink we createjhb2007-10-261-1/+1
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-243-123/+265
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-241-1/+1
* Tweak inlining parameters a little. Add warning to tell us if functionkan2007-05-191-1/+2
* 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
* 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-181-14/+27
* 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
* B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent withyar2004-08-271-2/+2
* 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
* 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-171-9/+4
* - 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
OpenPOWER on IntegriCloud