summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* Fixed misspellings of 0 as NULL.bde2004-03-141-2/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-122-0/+20
* For some reason crt0.o needs to be linked first for pxeboot(8) toru2004-02-271-2/+5
* Re-add sio.S, and properly deal with assembler files.ru2004-02-174-383/+8
* Fix the AMD64 build: this file shouldn't exist.obrien2004-02-161-80/+0
* Fixed the fatal bug introduced in previous commit: don't stripru2004-02-121-0/+1
* Clean CLEANFILES.ru2004-02-121-1/+1
* kzip(8) is long dead.ru2004-02-111-2/+0
* Get rid of unnecessary use of m4(1) by using cpp(1) instead.ru2004-02-119-1925/+53
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-0912-58/+64
* Argh, unbreak "make depend" for AMD64.ru2004-02-074-6/+9
* - Removed -elf which is not a valid gcc(1) option anymore.ru2004-02-075-9/+3
* Generate .depend file.ru2004-02-072-0/+4
* Untangle building of AMD64 boot code.ru2004-02-075-14/+6
* First round of cleanups to sys/boot/ makefiles:ru2004-02-0612-249/+186
* Inherit BINDIR from a parent Makefile.inc.ru2004-02-068-7/+2
* Only include ../Makefile.inc once in loader/Makefile.ru2004-02-062-5/+2
* If a transfer to or from a floppy disk crosses a 64k boundary, we have tojhb2004-01-211-2/+2
* - Use constant for shift when converting file length in bytes to a sectorjhb2004-01-121-2/+5
* Allow one to specify the com port settings for boot0sio.obrien2004-01-063-5/+11
* - Change the lookup() function to report success or failure using the carryjhb2003-12-111-9/+33
* Properly fix a typo that the previous revision made even worse.jhb2003-12-111-1/+1
* Sync these two files.obrien2003-12-093-57/+61
* Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use.obrien2003-12-083-15/+14
* Add a serial console capable version of the FreeBSD boot manager. This hasbms2003-12-083-1/+883
* With the beastie menu a problem was introduced in which selecting adcs2003-11-211-3/+0
* Update the size of the OS string table that wasn't updated in the previousjhb2003-11-201-1/+1
* When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0.phk2003-11-162-2/+2
* Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the oldbde2003-11-152-4/+26
* Include <sys/reboot.h> the definition of RB_BOOTINFO. The previousbde2003-11-112-0/+4
* Fixed loss of setting of the RB_BOOTINFO flag in rev.1.43. Fixed wrongbde2003-11-102-4/+4
* Fix an incorrect quote character in an M4 test conditon. Basically, onejhb2003-11-062-2/+2
* Don't repeat selected defines from ns16550.h or sioreg.h. Justbde2003-09-161-20/+1
* Add BOOT_PXELDR_ALWAYS_SERIAL option which forces serial console.phk2003-09-033-0/+15
* Use __FBSDID().obrien2003-08-2528-73/+95
* Many newer CF do not handle having the entire track read from them atimp2003-08-222-0/+8
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Null terminate the OEM hint. This rids my laptop of the smiley face thatnjl2003-08-071-0/+1
* Add include file so this builds with new acpicanjl2003-07-131-0/+1
* Revert non-style part of the recent two deltas that dealt withru2003-07-021-5/+1
* Switch to using bsd.prog.mk; this gives us back the standardru2003-06-301-5/+2
* Revision 1.13, besides its useful part, replaced bsd.prog.mk byru2003-06-301-10/+4
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-266-2/+38
* When looking for the ':' separator in the root path, don't go pastiedowse2003-06-161-2/+2
* Add ${AFLAGS} to 'as' invocation.obrien2003-06-072-2/+2
* Don't use a C compiler to assemble a pure asm file.obrien2003-06-071-1/+7
* Tweak make values and targets not to build kgzldr.o atkuriyama2003-06-061-4/+8
* Don't use a C compiler to assemble a pure asm file.obrien2003-06-021-2/+5
* Accpet '1'..'5' in place of F1..F5 for serial console users.obrien2003-06-011-3/+5
* Enable the new bootloader for i386 only. The new loader.rc is will onlyscottl2003-05-312-1/+21
OpenPOWER on IntegriCloud