aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* Adjust setting of argument pointer for BTX 0.87.Robert Nordier1998-10-041-4/+5
* Allocate space for storing of arguments at the end of conventionalRobert Nordier1998-10-042-4/+6
* Don't include ELF symbol information yet - it causes the ELF DDB toMike Smith1998-10-043-6/+9
* Improve the handling of the initial bootdev value from the previous loader.Mike Smith1998-10-041-28/+35
* biosdisk.cMike Smith1998-10-044-12/+19
* Missing newline in heap command display.Robert Nordier1998-10-031-2/+2
* For system calls, reboot without prompting; for exceptions, displayRobert Nordier1998-10-032-52/+24
* Map all BTX system pages readable at ring 3.Robert Nordier1998-10-032-34/+24
* bootinfo bi_vesa no longer exists.Robert Nordier1998-10-033-6/+3
* Consolidate the bootinfo-loading code, greatly simplifying the _execMike Smith1998-10-028-441/+378
* Fix an egregious precedence bug.Mike Smith1998-10-021-5/+5
* Set $currdev according to our best guess at the BIOS device that the previousMike Smith1998-10-021-34/+42
* aout_freebsd.cMike Smith1998-10-025-87/+176
* Mark exit() as __attribute__((__noreturn__))Mike Smith1998-10-021-2/+2
* boot.cMike Smith1998-10-022-6/+12
* First shot at loading elf symbols. Things are a bit strange becausePeter Wemm1998-10-025-23/+162
* Override STRIP so installation doesn't try to strip the loader.Jordan K. Hubbard1998-10-011-1/+2
* Make 'make install' do something that might be useful.Peter Wemm1998-09-301-1/+2
* Stop libi386.a from being installed..Peter Wemm1998-09-301-1/+3
* Turn on i386-elfPeter Wemm1998-09-301-1/+3
* i386 ELF loader startup backend. On an ELF kernel booted with the 3-stagePeter Wemm1998-09-304-2/+521
* Save booted kernel name. Cosmetic cleanups.Peter Wemm1998-09-301-3/+15
* Fix typos.. The vector for "int 0x12" (get base mem) is not written inPeter Wemm1998-09-301-2/+2
* ELF loader, part 1. It works with ELF kernels generated on the i386Peter Wemm1998-09-302-2/+278
* s/out_loadmodule/aout_loadmodule/ in a printf diagnostic.Peter Wemm1998-09-301-2/+2
* Uncomment prototype for elf_loadmodulePeter Wemm1998-09-301-2/+2
* The bootinfo struct was getting clobbered or not passed through correctly.Peter Wemm1998-09-291-2/+14
* Only bcopy the correct amount of data from the buffer in case it is everPeter Wemm1998-09-281-1/+1
* Use the variable with the path in it for the error message.Peter Wemm1998-09-281-2/+2
* Reactivate the a.out kernel loader code.Peter Wemm1998-09-282-4/+4
* Missing return value that was kinda important.Peter Wemm1998-09-283-3/+6
* Argh, I don't believe how much time I wasted looking for this...Peter Wemm1998-09-281-1/+1
* The comconsole mode is accessed as 'comconsole' not 'com'.Peter Wemm1998-09-281-2/+2
* MBR magic is 0x55aa not 0xffaa.Peter Wemm1998-09-281-2/+2
* Precedence bug (?) causing probe problems.Peter Wemm1998-09-281-2/+2
* * Add old UFS compatibility code to alpha/boot1.Doug Rabson1998-09-2618-58/+98
* Recover the arguments passed in from the previous load stage, use them to setMike Smith1998-09-262-3/+31
* The BIOS can't perform a floppy operation where the destination crossesMike Smith1998-09-263-22/+76
* console.cMike Smith1998-09-265-25/+51
* Make these compile when there is an obj dir.Peter Wemm1998-09-253-21/+15
* Make the alpha bootstrap build again, fix some warning and change sdboot to d...Doug Rabson1998-09-207-11/+13
* Make libstand movable.Mike Smith1998-09-191-5/+7
* - Improve debugging code.Mike Smith1998-09-191-41/+36
* Add a generic hexdump tool for debugging purposes.Mike Smith1998-09-192-2/+43
* Enable the biosdisk driver, duplicate -lstand as it both calls and is calledMike Smith1998-09-183-10/+12
* Synch with development version. Compiles and opens but doesn't work yet.Mike Smith1998-09-182-32/+28
* Remove 'panic' command (it works), don't ask for a keypress in panic, asMike Smith1998-09-182-15/+2
* We lost all the files in crt/, so define the BIOS sector size here instead.Mike Smith1998-09-181-4/+4
* Use a.out.h to get all the correct bits in one place.Mike Smith1998-09-181-3/+2
* Oops, missed these. Machine-independant ISA PnP enumerator.Mike Smith1998-09-182-0/+573