summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* | Sync the MODINFO constants with <sys/linker.h>msmith1998-10-094-41/+90
* | 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
* | Enable the DOS filesystem. NOTE: you will have to rebuild libstand inmsmith1998-10-072-7/+2
* | - Drain the keyboard buffer when initialising.msmith1998-10-074-8/+12
* | - VERBOSE_LS is obsolete, as the heap is much better behaved now.msmith1998-10-075-54/+197
* | VERBOSE_LS is obsoletemsmith1998-10-071-2/+0
* | bootinfo.cmsmith1998-10-064-20/+33
* | Fix for "get base memory" bug found and mostly fixed by Mike.rnordier1998-10-062-4/+4
* | The BIOS memory size is only a word. Some BIOSsen have garbage in the othermsmith1998-10-062-4/+4
* | Build boot0 as well.msmith1998-10-061-1/+1
* | Install in /boot.rnordier1998-10-051-4/+7
* | This commit was generated by cvs2svn to compensate for changes in r39973,rnordier1998-10-053-0/+326
|\ \ | |/
| * boot0 is a booteasy (boot manager) workalike with EDD support.rnordier1998-10-053-0/+326
* | Insert whitespace between unargv'd arguments.msmith1998-10-051-3/+7
* | Adjust setting of argument pointer for BTX 0.87.rnordier1998-10-041-4/+5
* | Allocate space for storing of arguments at the end of conventionalrnordier1998-10-042-4/+6
* | Don't include ELF symbol information yet - it causes the ELF DDB tomsmith1998-10-043-6/+9
* | Improve the handling of the initial bootdev value from the previous loader.msmith1998-10-041-29/+36
* | biosdisk.cmsmith1998-10-044-12/+19
* | Missing newline in heap command display.rnordier1998-10-031-2/+2
* | For system calls, reboot without prompting; for exceptions, displayrnordier1998-10-032-52/+24
* | Map all BTX system pages readable at ring 3.rnordier1998-10-032-34/+24
* | bootinfo bi_vesa no longer exists.rnordier1998-10-033-6/+3
* | Consolidate the bootinfo-loading code, greatly simplifying the _execmsmith1998-10-028-441/+378
* | Fix an egregious precedence bug.msmith1998-10-021-5/+5
* | Set $currdev according to our best guess at the BIOS device that the previousmsmith1998-10-021-34/+42
* | aout_freebsd.cmsmith1998-10-025-87/+176
* | Mark exit() as __attribute__((__noreturn__))msmith1998-10-021-2/+2
* | boot.cmsmith1998-10-022-6/+12
* | First shot at loading elf symbols. Things are a bit strange becausepeter1998-10-025-23/+162
* | Override STRIP so installation doesn't try to strip the loader.jkh1998-10-011-1/+2
* | Make 'make install' do something that might be useful.peter1998-09-301-1/+2
* | Stop libi386.a from being installed..peter1998-09-301-1/+3
* | Turn on i386-elfpeter1998-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
* | ELF loader, part 1. It works with ELF kernels generated on the i386peter1998-09-302-2/+278
* | s/out_loadmodule/aout_loadmodule/ in a printf diagnostic.peter1998-09-301-2/+2
* | Uncomment prototype for elf_loadmodulepeter1998-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
* | Use the variable with the path in it for the error message.peter1998-09-281-2/+2
* | Reactivate the a.out kernel loader code.peter1998-09-282-4/+4
* | 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
* | The comconsole mode is accessed as 'comconsole' not 'com'.peter1998-09-281-2/+2
* | MBR magic is 0x55aa not 0xffaa.peter1998-09-281-2/+2
* | Precedence bug (?) causing probe problems.peter1998-09-281-2/+2
OpenPOWER on IntegriCloud