aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial integration of the i386 bootloader and BTX.Mike Smith1998-09-1753-3156/+591
* Add exec syscall.Robert Nordier1998-09-152-4/+54
* Resynch with working sources before BTX integration.Mike Smith1998-09-1419-147/+348
* Add BTX startup/interface code.Robert Nordier1998-09-146-2/+235
* Enable client entry point support.Robert Nordier1998-09-132-4/+4
* Add btxldr, a BTX loader for ELF clients.Robert Nordier1998-09-124-2/+758
* BTX (aka the boot extender) is an i386 kernel that hosts 32-bitRobert Nordier1998-09-125-0/+1960
* Generic plug-and-play enumerator infrastructure. Query suppliedMike Smith1998-09-044-5/+249
* Allow quoted strings (single or double) for grouping whitespace separatedJordan K. Hubbard1998-09-032-6/+24
* Bootstrap updates.Mike Smith1998-09-0317-140/+869
* New commandline/script parser, supports backslash quoting and environmentMike Smith1998-09-014-43/+365
* Bootloader update.Mike Smith1998-08-3127-2502/+528
* Minor tweaks to track a couple of i386 changes and to make it compile.Doug Rabson1998-08-228-21/+38
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-21105-0/+13800