summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot
Commit message (Expand)AuthorAgeFilesLines
* Moved instantiation of `poff' to sys.c. It is no longer used in disk.c.bde1996-09-142-24/+30
* Removed declarations of recently deleted variables and cleaned upbde1996-09-141-6/+6
* Potentially saved a whole 4 bytes and reduced bogusness by eliminatingbde1996-09-142-5/+4
* The intended usage is:phk1996-09-112-0/+100
* Add #ifdef for RAWBOOT.phk1996-09-112-27/+54
* Add "rawboot", sort the subdirs.phk1996-09-111-2/+2
* Rather than adding more gunk here, clean some of it up:phk1996-09-103-48/+34
* Remove boot2 when the size test fails so that rebuilding without fixingbde1996-09-071-2/+4
* Saved 48 bytes (46 before padding) using assorted nano-optimizations:bde1996-09-071-13/+14
* Saved 48 bytes (56 before padding) by moving a variable declaration.bde1996-09-071-2/+3
* Back out the previous changesjulian1996-09-052-86/+75
* 3 changes:julian1996-09-043-82/+92
* Add g to flags helpache1996-08-281-1/+1
* Add g option to usage lineache1996-08-282-2/+3
* Support for GDB remote debug protocol.pst1996-08-274-4/+10
* s/ETHER_MIN_LAN/ETHER_MIN_LEN/peter1996-08-191-1/+1
* Fix a couple of typos that sneaked in with Poul's ETHER_* mega-commit.joerg1996-08-181-2/+2
* Megacommit to straigthen out ETHER_ mess.phk1996-08-066-42/+33
* Moved the definition of DEBUGMSG() from asm.h to start.S. This macrobde1996-07-122-13/+13
* Moved the definition of `bsize' out of a DO_BAD144 ifdef so that thisbde1996-07-121-2/+2
* Moved the definition of dflt_name to the correct file (table.c is only forbde1996-07-123-5/+8
* Fixed some speling, punctuation.. and spac ing errors.bde1996-07-122-19/+19
* make the NAMEBLOCK changes conditional on that preprocessor variable,julian1996-07-093-10/+15
* Add the ability to specify bootflags. This is similar to boot_i386(8),joerg1996-07-062-3/+31
* Obtained from: Whistle Communicationsjulian1996-07-056-63/+240
* Add a check in the SMC probe to verify that the card has an ethernetmartin1996-06-091-0/+4
* Fixed BOOT_HD_BIAS.bde1996-05-112-11/+21
* First pass at cleaning up macros relating to pages, clusters and all that.phk1996-05-022-6/+6
* Fixed timeouts. I broke them in rev.1.17 for the FORCE_COMCONSOLE andbde1996-04-301-4/+21
* Now that I have started to use netboot, I see what is missing...phk1996-04-142-36/+56
* Document how to drop into DDB from a serial console.jkh1996-04-131-1/+10
* Allow specifying the BIOS drive number. Removed the hd drive type.bde1996-04-076-51/+83
* Improvementss to netbootphk1996-04-036-27/+78
* Align help screen.phk1996-04-021-2/+17
* Saved 14 bytes by avoiding gas braindamage and 8 bytes by betterbde1996-03-081-23/+22
* Probe the keyboard if PROBE_KEYBOARD is defined instead of when `notyet'bde1996-03-084-13/+18
* Made the timeouts in gets() machine-independent. Use the BIOS tickbde1996-03-081-31/+35
* Load %fs with the flat data segment selector while in protected mode.bde1996-03-081-3/+7
* Fixed restoring segment descriptors in prot_to_real(). The descriptorsbde1996-03-082-12/+13
* Create symlinks for vnboot and bootvn, too.joerg1996-02-031-2/+2
* Implement an optional TIMEOUT value while entering the boot parameterjoerg1996-01-212-4/+33
* Document the ``BOOT_HD'' make option for the bootblocks.joerg1996-01-061-2/+7
* Remove -fno-strength-reduce, gcc bug recently fixedache1996-01-051-2/+2
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-305-995/+0
* recording cvs-1.6 file deathpeter1995-12-3022-5470/+0
* Removed bogus padding that wasted 0x500 bytes.bde1995-11-182-14/+12
* Fixed scrolling. The bottom line wasn't cleared. This caused thebde1995-11-181-7/+4
* Close PR misc/75. I thought this was done long time ago...phk1995-11-061-0/+4
* Add -fno-strength-reduce to neutralize possible bad effect of -O2ache1995-10-102-3/+5
* Part 2 of the overlapping kzip changes.peter1995-10-063-13/+31
OpenPOWER on IntegriCloud