summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* Hex constants should only have one '0x' prefix.msmith1998-10-201-1/+1
* Make configurable (a) whether to use int 0x13 extensions; (b) timeoutrnordier1998-10-193-17/+25
* Reclaim the 48k used by the first bootstrap stage by adding it to the mallocdfr1998-10-194-13/+23
* Rename boot2 to loader.dfr1998-10-182-3/+3
* Set BINMODE to 444.rnordier1998-10-171-1/+2
* Fix some glitches in the input routine:rnordier1998-10-172-4/+14
* Having probed the keyboard, turn off the -P flag.rnordier1998-10-172-2/+4
* Treat all options as toggles (ie. -c -c is the same no -c). Sincernordier1998-10-172-12/+8
* biosboot compatibility fix:rnordier1998-10-172-8/+14
* biosboot compatibility fix:rnordier1998-10-172-4/+4
* Load the first page of the file and use the headers in it. This shouldpeter1998-10-171-52/+48
* Turn of disk debugging by default (suppress annoying "partition marked asmsmith1998-10-161-2/+2
* "fix" the gzipped kernel load problem by having the loader check that itpeter1998-10-161-22/+33
* Fix path to sio.srnordier1998-10-152-4/+4
* Change some printfs so that ELF_VERBOSE prints meaningful values on the alpha.dfr1998-10-151-3/+3
* Fix the bootinfo so that the right values actual make it into the kernel.dfr1998-10-152-10/+11
* Add serial, dual, and probe-keyboard support.rnordier1998-10-157-50/+338
* Get the last used address via a more conservative method, don't dependpeter1998-10-154-16/+24
* Activate boot2.rnordier1998-10-141-2/+2
* Link fdboot to boot1 as well.peter1998-10-141-0/+1
* Initial attempt to update the Alpha loader and kernel to use the machinepeter1998-10-144-187/+224
* Try and get the sys/* and machine/* includes via relative paths. Thispeter1998-10-142-5/+20
* Align to sizeof(long) rather than sizeof(int32_t). It needs to bepeter1998-10-143-12/+12
* Fix btx include path.rnordier1998-10-142-4/+4
* Tweak the output one more time again. The kernel or module pathnamepeter1998-10-142-5/+6
* Include <bsd.prog.mk>. Add install target (to /boot for now).rnordier1998-10-142-10/+36
* Fix flow of control after directory listing; enable EDD support;rnordier1998-10-132-8/+10
* Make v86.ctl default more explicit; simplify read error-handling;rnordier1998-10-132-24/+52
* Adjust NDEV value.rnordier1998-10-132-22/+16
* Change to a 15-sector boot2.rnordier1998-10-136-48/+64
* Don't use an absolute path to objcopy.rnordier1998-10-135-12/+12
* Improve drive recognition and handling.rnordier1998-10-132-52/+80
* Make the ELF load messages cleaner.peter1998-10-131-8/+17
* 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
* | Only print kernel entry point during load.peter1998-10-121-62/+76
* | Only print filename and entry address for the kernel itself. The restpeter1998-10-121-2/+3
* | 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
* | Fix a warningpeter1998-10-111-2/+2
* | Probe all consoles, not just the first. It doesn't make a lot ofpeter1998-10-111-7/+21
* | Cosmetic: After the autoboot timeout, print a \n.peter1998-10-111-2/+6
* | 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
OpenPOWER on IntegriCloud