summaryrefslogtreecommitdiff
path: root/sys/arch/i386/boot
AgeCommit message (Collapse)Author
1997-01-29#include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h"Thomas Graichen
1997-01-23allow boot from any [0-9] unit (wd+scsi fits now both)Michael Shalayeff
1996-11-22fix booting with serial console - i replaced the bios code from OpenBSD withThomas Graichen
FreeBSD's polling code so that it works with all serial terminals - if you now remove the comment in front of #CPPFLAGS+=-DSERIAL -D... - the bootprompt should appear on the serial console note: i had to rename "geometry" in one printf of sys.c to "geom." to get the bootblocks small enough for serial console booting
1996-10-04handle 165/165 correctly; from tholoTheo de Raadt
1996-09-28..and update it again.Jason Downs
1996-09-28Allow booting from 2.88mb floppies (in 1.44mb mode), and remove theJason Downs
floppy "wait for filesystem" goop.
1996-09-28document last changeTheo de Raadt
1996-09-25prefer DOSPTYP_386BSD MBR partition; from tholoTheo de Raadt
1996-09-25shrink an error messageTheo de Raadt
1996-06-16-c == RB_CONFIG; -C == checksum (disabled)Theo de Raadt
1996-06-02undo last changes: boot from BSD partiotion in any case.Michael Shalayeff
1996-06-02Minor fixes and cleanup.Michael Shalayeff
1996-06-01prompt with : instead of :-Theo de Raadt
1996-05-18do boot from active partition.Michael Shalayeff
this tested w/ DOS(win95), and BSD.
1996-05-13From NetBSD PR#1133:Michael Shalayeff
add '?' to list available files at boot.
1996-01-07from netbsd; do not save caller-saved registersTheo de Raadt
1996-01-06/bsd and OpenBSD got changed back to /netbsd and NetBSD in thedm
timing patch. I switched them back.
1995-12-26from perry:Theo de Raadt
fix my own pr 1762, in which it was noted that boot2 used a busy loop to time out the boot prompt. Now uses a usleep() routine that calls the BIOS and the functionality is separate from gets(). Timeout is #defined to 5 seconds. Also did some minor cleanup in preparation to prototype/ANSIfy everything. (problem was originally reported by deraadt a number of years ago)
1995-10-23no libkernTheo de Raadt
1995-10-22kernel name is /bsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt