summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386
Commit message (Expand)AuthorAgeFilesLines
* Remove a debugging copy of offsetof() that snuck in.msmith1998-10-231-2/+1
* PnP enumerator using the PCI BIOS. This is needlessly complex due to themsmith1998-10-233-6/+300
* PnP BIOS enumerator; mostly useful for hunting PnP devices that are supportedmsmith1998-10-221-0/+290
* Add biospnp.cmsmith1998-10-221-2/+3
* Don't depend on being part of the kernel tree. If we are, use the kernel'smsmith1998-10-211-5/+8
* Get the last used address via a more conservative method, don't dependpeter1998-10-153-12/+18
* Try and get the sys/* and machine/* includes via relative paths. Thispeter1998-10-141-2/+11
* Align to sizeof(long) rather than sizeof(int32_t). It needs to bepeter1998-10-143-12/+12
* Fix a warning that's been bugging me for ages.peter1998-10-111-4/+10
* Only call vidc_init() once (unless forced).peter1998-10-111-3/+8
* Fix comconsole mode. The int 0x14 read and status commands were reversed.peter1998-10-111-7/+21
* Warn that one of the DEBUG statements has a v86 recursion bug.peter1998-10-111-1/+2
* Fix comment to match codepeter1998-10-111-1/+1
* Attempt to at least align MODINFO_* blocks. IMHO, decoding this stuffpeter1998-10-093-15/+18
* Turn symbol table info passing back on, although it's probably notpeter1998-10-093-27/+12
* Remove kernelname setenv, the common code does it.peter1998-10-091-6/+11
* Remove some debugging code.msmith1998-10-096-104/+187
* Fix that pesky boot aguments parsing bug. (I think :-)peter1998-10-073-6/+3
* Request the flags back when checking for keyboard status.msmith1998-10-071-2/+2
* - Drain the keyboard buffer when initialising.msmith1998-10-074-8/+12
* bootinfo.cmsmith1998-10-064-20/+33
* Don't include ELF symbol information yet - it causes the ELF DDB tomsmith1998-10-043-6/+9
* biosdisk.cmsmith1998-10-044-12/+19
* bootinfo bi_vesa no longer exists.rnordier1998-10-033-6/+3
* Consolidate the bootinfo-loading code, greatly simplifying the _execmsmith1998-10-028-441/+378
* aout_freebsd.cmsmith1998-10-025-87/+176
* First shot at loading elf symbols. Things are a bit strange becausepeter1998-10-023-9/+33
* Stop libi386.a from being installed..peter1998-09-301-1/+3
* i386 ELF loader startup backend. On an ELF kernel booted with the 3-stagepeter1998-09-304-2/+521
* Save booted kernel name. Cosmetic cleanups.peter1998-09-301-3/+15
* Fix typos.. The vector for "int 0x12" (get base mem) is not written inpeter1998-09-301-2/+2
* The bootinfo struct was getting clobbered or not passed through correctly.peter1998-09-291-2/+14
* Only bcopy the correct amount of data from the buffer in case it is everpeter1998-09-281-1/+1
* Reactivate the a.out kernel loader code.peter1998-09-281-2/+2
* Missing return value that was kinda important.peter1998-09-283-3/+6
* Argh, I don't believe how much time I wasted looking for this...peter1998-09-281-1/+1
* MBR magic is 0x55aa not 0xffaa.peter1998-09-281-2/+2
* Precedence bug (?) causing probe problems.peter1998-09-281-2/+2
* * Add old UFS compatibility code to alpha/boot1.dfr1998-09-262-7/+8
* The BIOS can't perform a floppy operation where the destination crossesmsmith1998-09-263-22/+76
* - Improve debugging code.msmith1998-09-191-41/+36
* Synch with development version. Compiles and opens but doesn't work yet.msmith1998-09-182-32/+28
* We lost all the files in crt/, so define the BIOS sector size here instead.msmith1998-09-181-4/+4
* Initial integration of the i386 bootloader and BTX.msmith1998-09-1732-2198/+392
* Resynch with working sources before BTX integration.msmith1998-09-147-31/+69
* Bootstrap updates.msmith1998-09-035-16/+25
* Bootloader update.msmith1998-08-315-192/+90
* This commit was generated by cvs2svn to compensate for changes in r38465,msmith1998-08-2131-0/+3753
|\
| * This is the new unified bootstrap, sometimes known previously as themsmith1998-08-2131-0/+3753
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-212-0/+394
OpenPOWER on IntegriCloud