summaryrefslogtreecommitdiff
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-077-3069/+0
* With the beastie menu a problem was introduced in which selecting aDaniel C. Sobral2003-11-211-3/+0
* Update the size of the OS string table that wasn't updated in the previousJohn Baldwin2003-11-201-1/+1
* When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0.Poul-Henning Kamp2003-11-162-2/+2
* Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the oldBruce Evans2003-11-152-4/+26
* Include <sys/reboot.h> the definition of RB_BOOTINFO. The previousBruce Evans2003-11-112-0/+4
* Fixed loss of setting of the RB_BOOTINFO flag in rev.1.43. Fixed wrongBruce Evans2003-11-102-4/+4
* Fix an incorrect quote character in an M4 test conditon. Basically, oneJohn Baldwin2003-11-062-2/+2
* Don't repeat selected defines from ns16550.h or sioreg.h. JustBruce Evans2003-09-161-20/+1
* Add BOOT_PXELDR_ALWAYS_SERIAL option which forces serial console.Poul-Henning Kamp2003-09-033-0/+15
* Use __FBSDID().David E. O'Brien2003-08-2528-73/+95
* Many newer CF do not handle having the entire track read from them atWarner Losh2003-08-222-0/+8
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Null terminate the OEM hint. This rids my laptop of the smiley face thatNate Lawson2003-08-071-0/+1
* Add include file so this builds with new acpicaNate Lawson2003-07-131-0/+1
* Revert non-style part of the recent two deltas that dealt withRuslan Ermilov2003-07-021-5/+1
* Switch to using bsd.prog.mk; this gives us back the standardRuslan Ermilov2003-06-301-5/+2
* Revision 1.13, besides its useful part, replaced bsd.prog.mk byRuslan Ermilov2003-06-301-10/+4
* Build on amd64. Yes, I know this isn't particularly nice.Peter Wemm2003-06-266-2/+38
* When looking for the ':' separator in the root path, don't go pastIan Dowse2003-06-161-2/+2
* Add ${AFLAGS} to 'as' invocation.David E. O'Brien2003-06-072-2/+2
* Don't use a C compiler to assemble a pure asm file.David E. O'Brien2003-06-071-1/+7
* Tweak make values and targets not to build kgzldr.o atJun Kuriyama2003-06-061-4/+8
* Don't use a C compiler to assemble a pure asm file.David E. O'Brien2003-06-021-2/+5
* Accpet '1'..'5' in place of F1..F5 for serial console users.David E. O'Brien2003-06-011-3/+5
* Enable the new bootloader for i386 only. The new loader.rc is will onlyScott Long2003-05-312-1/+21
* Add a new bootloader menu. Pull in screen.4th and frames.4th from theScott Long2003-05-301-0/+1
* Fix a bug in the AMD64 trampoline. I misunderstood the implicitPeter Wemm2003-05-171-1/+1
* Revert leftover AMD64 disable-acpi-module stuff.Peter Wemm2003-05-121-3/+0
* For amd64 kernels, repeat the 1GB mapping over the entire address spacePeter Wemm2003-05-111-12/+12
* Argh. This was broken by the last-minute elf32/elf64/"elf kernel" changes.Peter Wemm2003-05-012-3/+3
* Nuke; repocopied to elf32_freebsd.c where it lives on.Peter Wemm2003-05-011-88/+0
* Enable the i386 loader to load and run an amd64 kernel. If this putsPeter Wemm2003-05-0111-675/+469
* ACPI will always be present on AMD64 - it will never be an autodetectPeter Wemm2003-04-301-0/+3
* Support functions for the new ACPI import.Nate Lawson2003-04-291-0/+1
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-047-9/+2
* Fixed CLEANFILES.Ruslan Ermilov2003-02-252-2/+2
* Build a file "boot" which consists of boot1 and boot2 concatenated.Poul-Henning Kamp2003-01-262-2/+12
* Use NEXTDOSPART instead of MAX_SLICES.Poul-Henning Kamp2003-01-201-3/+2
* Simplify the Makefile by just using our standard PROG variable.David E. O'Brien2003-01-181-9/+8
* Save 4 more bytes by not initializing opts to 0. This moves it fromWarner Losh2003-01-142-2/+2
* Fix interactive booting:Warner Losh2003-01-132-4/+8
* RIP liloldr.David E. O'Brien2002-12-314-364/+0
* -mno-align-long-strings can make things smaller, so lets use it in hopesDavid E. O'Brien2002-12-212-0/+2
* Put back the casts to unsigned. While no strictly necessary for itsWarner Losh2002-12-202-2/+2
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-1/+1
* I didn't intend to delete this rm from the Makefile. It snuck in atWarner Losh2002-12-182-0/+2
* Reduce diffs with Peter's expanded diffs:Warner Losh2002-12-172-8/+8
* Make both UFS1 and UFS2 fit on the same boot blocks. These are aWarner Losh2002-12-174-142/+120
* Remove unneeded casts. Add others to make WARNS=5 happy.David E. O'Brien2002-12-152-12/+12