| Commit message (Expand) | Author | Age | Files | Lines |
| * | The bootinfo struct was getting clobbered or not passed through correctly. | Peter Wemm | 1998-09-29 | 1 | -2/+14 |
| * | Only bcopy the correct amount of data from the buffer in case it is ever | Peter Wemm | 1998-09-28 | 1 | -1/+1 |
| * | Use the variable with the path in it for the error message. | Peter Wemm | 1998-09-28 | 1 | -2/+2 |
| * | Reactivate the a.out kernel loader code. | Peter Wemm | 1998-09-28 | 2 | -4/+4 |
| * | Missing return value that was kinda important. | Peter Wemm | 1998-09-28 | 3 | -3/+6 |
| * | Argh, I don't believe how much time I wasted looking for this... | Peter Wemm | 1998-09-28 | 1 | -1/+1 |
| * | The comconsole mode is accessed as 'comconsole' not 'com'. | Peter Wemm | 1998-09-28 | 1 | -2/+2 |
| * | MBR magic is 0x55aa not 0xffaa. | Peter Wemm | 1998-09-28 | 1 | -2/+2 |
| * | Precedence bug (?) causing probe problems. | Peter Wemm | 1998-09-28 | 1 | -2/+2 |
| * | * Add old UFS compatibility code to alpha/boot1. | Doug Rabson | 1998-09-26 | 18 | -58/+98 |
| * | Recover the arguments passed in from the previous load stage, use them to set | Mike Smith | 1998-09-26 | 2 | -3/+31 |
| * | The BIOS can't perform a floppy operation where the destination crosses | Mike Smith | 1998-09-26 | 3 | -22/+76 |
| * | console.c | Mike Smith | 1998-09-26 | 5 | -25/+51 |
| * | Make these compile when there is an obj dir. | Peter Wemm | 1998-09-25 | 3 | -21/+15 |
| * | Make the alpha bootstrap build again, fix some warning and change sdboot to d... | Doug Rabson | 1998-09-20 | 7 | -11/+13 |
| * | Make libstand movable. | Mike Smith | 1998-09-19 | 1 | -5/+7 |
| * | - Improve debugging code. | Mike Smith | 1998-09-19 | 1 | -41/+36 |
| * | Add a generic hexdump tool for debugging purposes. | Mike Smith | 1998-09-19 | 2 | -2/+43 |
| * | Enable the biosdisk driver, duplicate -lstand as it both calls and is called | Mike Smith | 1998-09-18 | 3 | -10/+12 |
| * | Synch with development version. Compiles and opens but doesn't work yet. | Mike Smith | 1998-09-18 | 2 | -32/+28 |
| * | Remove 'panic' command (it works), don't ask for a keypress in panic, as | Mike Smith | 1998-09-18 | 2 | -15/+2 |
| * | We lost all the files in crt/, so define the BIOS sector size here instead. | Mike Smith | 1998-09-18 | 1 | -4/+4 |
| * | Use a.out.h to get all the correct bits in one place. | Mike Smith | 1998-09-18 | 1 | -3/+2 |
| * | Oops, missed these. Machine-independant ISA PnP enumerator. | Mike Smith | 1998-09-18 | 2 | -0/+573 |
| * | Initial integration of the i386 bootloader and BTX. | Mike Smith | 1998-09-17 | 53 | -3156/+591 |
| * | Add exec syscall. | Robert Nordier | 1998-09-15 | 2 | -4/+54 |
| * | Resynch with working sources before BTX integration. | Mike Smith | 1998-09-14 | 19 | -147/+348 |
| * | Add BTX startup/interface code. | Robert Nordier | 1998-09-14 | 6 | -2/+235 |
| * | Enable client entry point support. | Robert Nordier | 1998-09-13 | 2 | -4/+4 |
| * | Add btxldr, a BTX loader for ELF clients. | Robert Nordier | 1998-09-12 | 4 | -2/+758 |
| * | BTX (aka the boot extender) is an i386 kernel that hosts 32-bit | Robert Nordier | 1998-09-12 | 5 | -0/+1960 |
| * | Generic plug-and-play enumerator infrastructure. Query supplied | Mike Smith | 1998-09-04 | 4 | -5/+249 |
| * | Allow quoted strings (single or double) for grouping whitespace separated | Jordan K. Hubbard | 1998-09-03 | 2 | -6/+24 |
| * | Bootstrap updates. | Mike Smith | 1998-09-03 | 17 | -140/+869 |
| * | New commandline/script parser, supports backslash quoting and environment | Mike Smith | 1998-09-01 | 4 | -43/+365 |
| * | Bootloader update. | Mike Smith | 1998-08-31 | 27 | -2502/+528 |
| * | Minor tweaks to track a couple of i386 changes and to make it compile. | Doug Rabson | 1998-08-22 | 8 | -21/+38 |
| * | This is the new unified bootstrap, sometimes known previously as the | Mike Smith | 1998-08-21 | 105 | -0/+13800 |