Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
floppy "wait for filesystem" goop.
|
|
|
|
|
|
add '?' to list available files at boot.
|
|
timing patch. I switched them back.
|
|
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)
|
|
|
|
|