summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-09-04 18:28:36 +0000
committerjulian <julian@FreeBSD.org>1996-09-04 18:28:36 +0000
commit0b32f8ed6c1b6b3c20f0a418f4acd116e0fabcf0 (patch)
treea83a96a5ba70785360bd91ba90402cfc6ad0be54 /sbin
parent9bf474dc1e6d9eda38fd3d0b4b72f26eaa306ecd (diff)
downloadFreeBSD-src-0b32f8ed6c1b6b3c20f0a418f4acd116e0fabcf0.zip
FreeBSD-src-0b32f8ed6c1b6b3c20f0a418f4acd116e0fabcf0.tar.gz
3 changes:
1/ Makefile: the maximum size for boot2 is 7.5K not 7K, so don't complain until it reaches THAT size.. newfs leaves 8K and boot 1 is 512k. leaving 7.5K becasue the disklabel is considered to part of the boot2 file. [512 boot1][512 disklabel][ 7K boot2 code ] [boot1 file][ boot2 file ] 2/ Boot2.S: move the soring of the default name read from block 2 to AFTER clearing the BSS. 3/ boot.c: Move the parsing of the command line into the place it's called for clarity.. alsoi comment it a bit and clean it up a bit.. for some reason this seems ot have made it a little larger, but I can't work out why.. maybe bruce might have ideas? compensated for by shrinkage elsewhere.. the practical result of this is htat the default string can now contain args e.g. if you change the default string to have -gd then the machine will boot to the dgb debugger stub by default.. this is mostly useful with the nextboot utility.. as it now allows you to remotely force a machine to reboot into the debugger.
Diffstat (limited to 'sbin')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud