| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust setting of argument pointer for BTX 0.87. | Robert Nordier | 1998-10-04 | 1 | -4/+5 |
| * | Allocate space for storing of arguments at the end of conventional | Robert Nordier | 1998-10-04 | 2 | -4/+6 |
| * | Don't include ELF symbol information yet - it causes the ELF DDB to | Mike Smith | 1998-10-04 | 3 | -6/+9 |
| * | Improve the handling of the initial bootdev value from the previous loader. | Mike Smith | 1998-10-04 | 1 | -28/+35 |
| * | biosdisk.c | Mike Smith | 1998-10-04 | 4 | -12/+19 |
| * | Missing newline in heap command display. | Robert Nordier | 1998-10-03 | 1 | -2/+2 |
| * | For system calls, reboot without prompting; for exceptions, display | Robert Nordier | 1998-10-03 | 2 | -52/+24 |
| * | Map all BTX system pages readable at ring 3. | Robert Nordier | 1998-10-03 | 2 | -34/+24 |
| * | bootinfo bi_vesa no longer exists. | Robert Nordier | 1998-10-03 | 3 | -6/+3 |
| * | Consolidate the bootinfo-loading code, greatly simplifying the _exec | Mike Smith | 1998-10-02 | 8 | -441/+378 |
| * | Fix an egregious precedence bug. | Mike Smith | 1998-10-02 | 1 | -5/+5 |
| * | Set $currdev according to our best guess at the BIOS device that the previous | Mike Smith | 1998-10-02 | 1 | -34/+42 |
| * | aout_freebsd.c | Mike Smith | 1998-10-02 | 5 | -87/+176 |
| * | Mark exit() as __attribute__((__noreturn__)) | Mike Smith | 1998-10-02 | 1 | -2/+2 |
| * | boot.c | Mike Smith | 1998-10-02 | 2 | -6/+12 |
| * | First shot at loading elf symbols. Things are a bit strange because | Peter Wemm | 1998-10-02 | 5 | -23/+162 |
| * | Override STRIP so installation doesn't try to strip the loader. | Jordan K. Hubbard | 1998-10-01 | 1 | -1/+2 |
| * | Make 'make install' do something that might be useful. | Peter Wemm | 1998-09-30 | 1 | -1/+2 |
| * | Stop libi386.a from being installed.. | Peter Wemm | 1998-09-30 | 1 | -1/+3 |
| * | Turn on i386-elf | Peter Wemm | 1998-09-30 | 1 | -1/+3 |
| * | i386 ELF loader startup backend. On an ELF kernel booted with the 3-stage | Peter Wemm | 1998-09-30 | 4 | -2/+521 |
| * | Save booted kernel name. Cosmetic cleanups. | Peter Wemm | 1998-09-30 | 1 | -3/+15 |
| * | Fix typos.. The vector for "int 0x12" (get base mem) is not written in | Peter Wemm | 1998-09-30 | 1 | -2/+2 |
| * | ELF loader, part 1. It works with ELF kernels generated on the i386 | Peter Wemm | 1998-09-30 | 2 | -2/+278 |
| * | s/out_loadmodule/aout_loadmodule/ in a printf diagnostic. | Peter Wemm | 1998-09-30 | 1 | -2/+2 |
| * | Uncomment prototype for elf_loadmodule | Peter Wemm | 1998-09-30 | 1 | -2/+2 |
| * | 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 |