summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use an absolute path to objcopy.rnordier1998-10-135-12/+12
* Improve drive recognition and handling.rnordier1998-10-132-52/+80
* This commit was generated by cvs2svn to compensate for changes in r40269,rnordier1998-10-124-0/+1094
|\
| * New boot blocks: support for /boot/loader; a.out & ELF; cyl > 1023;rnordier1998-10-124-0/+1094
* | New boot blocks: support for /boot/loader; a.out & ELF; cyl > 1023;rnordier1998-10-123-0/+1032
* | Drop .MAKEFLAGS: hack.rnordier1998-10-121-3/+1
* | Do without head and tail: they're pretty unnecessary here anyway.rnordier1998-10-121-1/+2
* | Use rather than for linking. This allows the new ratherrnordier1998-10-121-2/+2
* | Override for ELF.rnordier1998-10-111-4/+4
* | Override for ELF. Override .s.o suffix rule.rnordier1998-10-111-1/+5
* | Fix a warning that's been bugging me for ages.peter1998-10-111-4/+10
* | Only call vidc_init() once (unless forced).peter1998-10-111-3/+8
* | Fix comconsole mode. The int 0x14 read and status commands were reversed.peter1998-10-111-7/+21
* | Warn that one of the DEBUG statements has a v86 recursion bug.peter1998-10-111-1/+2
* | Fix comment to match codepeter1998-10-111-1/+1
* | Fix a typo.rnordier1998-10-101-3/+4
* | Turn off the new /sys/boot stuff (except boot0) unless OBJFORMATrnordier1998-10-091-1/+5
* | Attempt to at least align MODINFO_* blocks. IMHO, decoding this stuffpeter1998-10-093-15/+18
* | Turn symbol table info passing back on, although it's probably notpeter1998-10-093-27/+12
* | Remove kernelname setenv, the common code does it.peter1998-10-091-6/+11
* | Get this building as a.out or ELF.rnordier1998-10-092-3/+8
* | Remove some debugging code.msmith1998-10-096-104/+187
* | 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
* | 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
* | 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
* | First shot at loading elf symbols. Things are a bit strange becausepeter1998-10-023-9/+33
* | 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
OpenPOWER on IntegriCloud