summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/gptboot/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add -mno-sse3 for prescott/noconaache2005-07-151-1/+1
* Ensure GCC does not use FP registers in integer code.obrien2005-03-151-0/+1
* 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
* 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
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-061-1/+0
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-261-0/+12
* Fixed CLEANFILES.ru2003-02-251-1/+1
* Build a file "boot" which consists of boot1 and boot2 concatenated.phk2003-01-261-1/+6
* -mno-align-long-strings can make things smaller, so lets use it in hopesobrien2002-12-211-0/+1
* I didn't intend to delete this rm from the Makefile. It snuck in atimp2002-12-181-0/+1
* Make both UFS1 and UFS2 fit on the same boot blocks. These are aimp2002-12-171-5/+4
* Employ the unused bytes after the disklabel in the second sector. This makesphk2002-12-141-15/+6
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-081-1/+1
* Now that ufsread.c doesn't do 64bit divide remainder operations,phk2002-10-081-15/+2
* Reinstate rev 1.36 with an important line that got missed. Note thisgreen2002-10-081-2/+5
* Unbreak boot2 by backing out rev 1.36 to Makefile, which does notphk2002-10-081-3/+1
* Correct a bug in adding 0x700 to a number.green2002-10-071-1/+3
* Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12.phk2002-10-071-3/+30
* Change the comment character from # to // in boot1.s and runphk2002-10-071-1/+2
* Move the definition of UFS1_ONLY into the Makefiles where it belongs.phk2002-10-071-0/+2
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-2/+2
* Revert the part of Kirks UFS2 commit which added divdi3.c and moddi3.cphk2002-06-211-1/+1
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-1/+1
* Add explicit dependency on ufsread.cphk2002-06-051-1/+1
* Preparation for UFS2 commit:phk2002-06-051-0/+1
* Align CLEANFILES with revision 1.25 changes.ru2002-05-131-1/+1
* Saved 176 bytes by compiling with -fno-guess-branch-probability. Thebde2002-05-121-1/+1
* Use a crowbar and duct-tape to make boot2 fit again. This gets it downpeter2002-05-111-0/+6
* - Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.jhb2002-05-101-2/+2
* -ffreestanding is the word for /sys.obrien2002-05-101-4/+4
* Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expectjhb2001-07-311-1/+10
* Unset MAINTAINER.rnordier2001-07-211-2/+0
* Set MAINTAINER.rnordier2000-10-021-0/+2
* Add in support for EDD to support large disks via LBA. This uses ajhb2000-06-261-1/+1
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-231-9/+6
* Add a missing dependency: boot2 depends on the BTX kernel.jhb2000-04-111-1/+1
* Add -fdata-sections, which is a new GCC 2.95 optimization. Removeobrien1999-11-151-1/+2
* Turn on the -fforce-addr and -fschedule-insns optimizations. Addingobrien1999-11-131-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled byrnordier1999-07-201-2/+5
* Optimize better for space.rnordier1999-04-051-2/+2
* Use etc/make.conf settings for serial port and speed.rnordier1999-01-101-5/+6
* boot1: Eliminate EDD detection and optional use of disk packetrnordier1998-11-081-3/+2
OpenPOWER on IntegriCloud