Adam David
fcf8309d74
Default wait approx 10 seconds for keypress during boot
...
Added comment about multiplication factor
1994-09-19 19:54:49 +00:00
Steven Wallace
893f3712e5
Put LDDESTDIR before library listing.
1994-09-18 19:10:11 +00:00
Steven Wallace
dfc5d1d4eb
Makefile: add ${LDDESTDIR} to linking of boot code so ${DESTDIR}/usr/lib
...
is used instead of /usr/lib
io.c: add #include <machine/cpufunc.h> as instructed by David Greenman to
avoid inb/outb linking errors.
NOTE: I just discovered that if GNUC is not used the inline functions will not be expanded from the include file and real inb/outb functions would
be needed.
1994-09-18 07:39:55 +00:00
Paul Richards
c4350ddb46
Removed disk type from disklabel lines, not needed for installing
...
bootblocks.
Reviewed by:
Submitted by:
1994-08-21 18:15:45 +00:00
Paul Richards
b95ed23990
Fixed bootblocks to work with FreeBSD 2.0
...
1) Fixed up some header locations
2) Replaced list of boot files with /kernel
3) Changed disklabel use in Makefile to conform to 4.4
4) Added size command in Makefile to get close estimate of bootblock
sizes. Total size of text and data must be below 64K, slightly
overestimated since a.out header subsequently gets stripped.
5) Various buffer sizes are set to 8192 bytes in sys.c. In 4.4 MAXBSIZE
is set to 64K which is too big for the bootblocks to deal with.
Submitted by: Paul Richards
1994-08-21 17:47:26 +00:00
Jordan K. Hubbard
2e2df8360c
Make BOOTWAIT a truly tunable parameter. It was hard-set before.
1994-06-20 04:32:40 +00:00
Adam David
3f9e73d24f
Changed delay mechanism to rely more on I/O spinning. If spinning on the
...
like this is bad news, it will have to be revised.
Shortened some verbose messages for when the kernel is loaded below 640k.
Updated version number.
1994-06-16 03:53:29 +00:00
Adam David
f675355835
make BOOTWAIT loopcount parameter available for tuning.
...
This changes nothing unless f.e. -DBOOTWAIT=0 or -DBOOTWAIT=640000 is used
1994-06-15 18:15:17 +00:00
Jordan K. Hubbard
9727866aa8
This should fix up the absolute paths to /usr/mdec - just prepended
...
${DESTDIR} to all the right places (any reason why not?).
1994-06-02 16:50:56 +00:00
Andrey A. Chernov
03afa5ecd8
Make bootblocks fit into 7168 limit
1994-05-30 05:23:53 +00:00
Andreas Schulz
908cd9251b
Deleted the private cleandir target. It didn't had a rule for the
...
obj symlink in it and the normal bsd.prog.mk cleandir target does
already the correct thing.
1993-12-11 20:35:15 +00:00
Andrey A. Chernov
6683327ab0
We don't want shared boot, so -Bstatic added to ld options
1993-11-16 02:02:05 +00:00
Rodney W. Grimes
dd05fde699
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
...
minor cleanup. Added $Id$ to files that did not have any version info, etc
1993-10-16 19:17:18 +00:00
Charlie Root
f7710986e2
New boot blocks, from Bruce Evans, and NetBSD fixes. Allows kernel to
...
be loaded above 1MB. Same boot code for floppies now. Speed improvements.
etc etc etc. (I don't have much history on this, but then have been tested)
1993-07-13 18:15:32 +00:00
Rodney W. Grimes
5b81b6b301
Initial import, 0.1 + pk 0.2.4-B1
1993-06-12 14:58:17 +00:00