summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Add a new bootloader menu. Pull in screen.4th and frames.4th from thescottl2003-05-301-0/+1
* Fix a bug in the AMD64 trampoline. I misunderstood the implicitpeter2003-05-171-1/+1
* Revert leftover AMD64 disable-acpi-module stuff.peter2003-05-121-3/+0
* For amd64 kernels, repeat the 1GB mapping over the entire address spacepeter2003-05-111-12/+12
* Argh. This was broken by the last-minute elf32/elf64/"elf kernel" changes.peter2003-05-012-3/+3
* Nuke; repocopied to elf32_freebsd.c where it lives on.peter2003-05-011-88/+0
* Enable the i386 loader to load and run an amd64 kernel. If this putspeter2003-05-0111-678/+472
* ACPI will always be present on AMD64 - it will never be an autodetectpeter2003-04-301-0/+3
* Support functions for the new ACPI import.njl2003-04-291-0/+1
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-047-9/+2
* Fixed CLEANFILES.ru2003-02-252-2/+2
* Build a file "boot" which consists of boot1 and boot2 concatenated.phk2003-01-262-2/+12
* Use NEXTDOSPART instead of MAX_SLICES.phk2003-01-201-3/+2
* Simplify the Makefile by just using our standard PROG variable.obrien2003-01-181-9/+8
* Save 4 more bytes by not initializing opts to 0. This moves it fromimp2003-01-142-2/+2
* Fix interactive booting:imp2003-01-132-4/+8
* RIP liloldr.obrien2002-12-314-364/+0
* -mno-align-long-strings can make things smaller, so lets use it in hopesobrien2002-12-212-0/+2
* Put back the casts to unsigned. While no strictly necessary for itsimp2002-12-202-2/+2
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
OpenPOWER on IntegriCloud