Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-29 | #include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h" | Thomas Graichen | |
1997-01-23 | allow boot from any [0-9] unit (wd+scsi fits now both) | Michael Shalayeff | |
1996-11-22 | fix booting with serial console - i replaced the bios code from OpenBSD with | Thomas 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-04 | handle 165/165 correctly; from tholo | Theo de Raadt | |
1996-09-28 | ..and update it again. | Jason Downs | |
1996-09-28 | Allow booting from 2.88mb floppies (in 1.44mb mode), and remove the | Jason Downs | |
floppy "wait for filesystem" goop. | |||
1996-09-28 | document last change | Theo de Raadt | |
1996-09-25 | prefer DOSPTYP_386BSD MBR partition; from tholo | Theo de Raadt | |
1996-09-25 | shrink an error message | Theo de Raadt | |
1996-06-16 | -c == RB_CONFIG; -C == checksum (disabled) | Theo de Raadt | |
1996-06-02 | undo last changes: boot from BSD partiotion in any case. | Michael Shalayeff | |
1996-06-02 | Minor fixes and cleanup. | Michael Shalayeff | |
1996-06-01 | prompt with : instead of :- | Theo de Raadt | |
1996-05-18 | do boot from active partition. | Michael Shalayeff | |
this tested w/ DOS(win95), and BSD. | |||
1996-05-13 | From NetBSD PR#1133: | Michael Shalayeff | |
add '?' to list available files at boot. | |||
1996-01-07 | from netbsd; do not save caller-saved registers | Theo de Raadt | |
1996-01-06 | /bsd and OpenBSD got changed back to /netbsd and NetBSD in the | dm | |
timing patch. I switched them back. | |||
1995-12-26 | from 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-23 | no libkern | Theo de Raadt | |
1995-10-22 | kernel name is /bsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |