summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot
AgeCommit message (Collapse)Author
1999-09-23Typo fixes.Alex Feldman
1999-09-15apply grammer fixes from pr#831; from kwesterback@home.comMichael Shalayeff
although boot options (i.e. RB_* from the sys/reboot.h) should be described elsewhere.
1999-08-25give better support to the bios memory maps.Michael Shalayeff
provide memory maps editing through the machine memory command. rearrange probing in machdep, so it provides less output, also giving a shot for apm to fix the memory maps. changes to kernel are minimal, only that is required due to the api version bits addition and such cosmetic changes. tested on all critical kernel,boot combinations; niklas@ ok
1999-07-09Fixup for linkTobias Weingartner
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-08install into man8/arch subdirsTheo de Raadt
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1998-07-20new exec frameworkMichael Shalayeff
1998-07-11Roll-back previous commit; someone is working on getting all the boot*Angelos D. Keromytis
pages make some sense.
1998-07-11Rename boot.8 to boot-second-stage.8, so it's possible to get itAngelos D. Keromytis
through man (it conflicted with the boot_$arch.8 page); wsimpson@greendragon.com
1998-05-28cleanup the Makefiles a bit.Michael Shalayeff
make machine link in a smart way, remove unused bits.
1998-05-27conditional LD definitionMichael Shalayeff
1998-05-25put support for test /boot environment back; some CLEANFILES and spacesMichael Shalayeff
1998-05-19cross-compile readyMichael Shalayeff
1998-05-14change debug poke colorsMichael Shalayeff
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1998-03-16doc machine commandsMichael Shalayeff
1998-02-24Changes/updates to /boot stuff. More to come.Tobias Weingartner
Fixes many divide by zero and pointer bugs.
1998-02-24MNLINK boot.conf(8)Theo de Raadt
1997-10-26we have new features, bump boot versionMichael Shalayeff
1997-10-22use bootargMichael Shalayeff
1997-10-17Use BIOS to probe for memory map.Tobias Weingartner
Probe for BIOS supported disks. Use BIOS to get geometry for supported disks. All in preparation to passing the whole thing to the kernel.
1997-10-07cleanupMichael Shalayeff
1997-09-29we won't need thisMichael Shalayeff
1997-09-29bump the version numberMichael Shalayeff
1997-09-21/boot engine is in sys/stand/boot/ now (;Michael Shalayeff
use it, reuse it, i can't imagine any brokenness ...
1997-09-20- add 'stty [baudrate]' command to /boot, for serial consolesflipk
- switch baud rates using i/o instead of bios, since bios commands have only a limited bitwidth for baudrate, and max out at 9600 - when switching console devices, print msg to both old device and new - fix timeout bug in com_getc() (dev | 0x80 was reading gobbledygook) - document 'stty' command in boot(8) - wording and cleanup in man pages
1997-09-17regs command is MDMichael Shalayeff
1997-09-07right zlib Xr, 10x toddMichael Shalayeff
1997-09-06more cleaningTheo de Raadt
1997-09-05Finishing? touches.Tobias Weingartner
1997-09-05man this; read, if you can readMichael Shalayeff
1997-09-02strip on installMichael Shalayeff
1997-09-02dead varsMichael Shalayeff
1997-09-02completely disable network supportMichael Shalayeff
1997-09-02Xregs is DUMP_REGS -- dependableMichael Shalayeff
1997-09-02machine(MD) command set supportMichael Shalayeff
1997-08-22no kentry for a whileMichael Shalayeff
1997-08-22oops, missed from 'cd' deletion commit somehow );Michael Shalayeff
1997-08-22theo said we don't need 'cd' commandMichael Shalayeff
remove c-r, it won't work anyways fix c-u
1997-08-21correct dev:<need cwd>name case in qualify()Michael Shalayeff
1997-08-21print ttyname w/o format stringMichael Shalayeff
1997-08-21boothowto is local to bootMichael Shalayeff
1997-08-21no need for \nMichael Shalayeff
1997-08-21kill unused commands, yes we are not an operating systemMichael Shalayeff
sutisfied?
1997-08-13s/kbd/pc/ for consistency with kernel. Do even better __asms for BIOS calls.Niklas Hallqvist
Adapt to new console probing and setting API. Do not try to probe pc0 via the NVRAM. Fix some other buglets.
1997-08-13print boot message on the right consoleMichael Shalayeff
1997-08-13split off START into LINKADDR and LOADADDR (we will need reloctable boot)Michael Shalayeff
BOOTREL as a linear address, not segment one more heap (;
1997-08-13remove unused includeMichael Shalayeff
more const
1997-08-12slite rewriteMichael Shalayeff
set/print vars in a consistent (by niklas@)