I made a syntax error yesterday.
Submitted by: John Capo
This commit is contained in:
parent
5aff5aea84
commit
6128633879
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4829
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.93 1994/11/16 00:41:06 davidg Exp $
|
||||
* $Id: machdep.c,v 1.94 1994/11/26 09:37:57 phk Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
@ -376,7 +376,7 @@ cpu_startup()
|
||||
*/
|
||||
configure();
|
||||
if (bootverbose) {
|
||||
printf("BIOS Geometries:",
|
||||
printf("BIOS Geometries:");
|
||||
for (i=0; i < N_BIOS_GEOM; i++)
|
||||
printf(" %x:%x\n", i, bootinfo.bios_geom[i]);
|
||||
printf(" %d accounted for\n",bootinfo.n_bios_used);
|
||||
|
@ -35,7 +35,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
|
||||
* $Id: machdep.c,v 1.93 1994/11/16 00:41:06 davidg Exp $
|
||||
* $Id: machdep.c,v 1.94 1994/11/26 09:37:57 phk Exp $
|
||||
*/
|
||||
|
||||
#include "npx.h"
|
||||
@ -376,7 +376,7 @@ cpu_startup()
|
||||
*/
|
||||
configure();
|
||||
if (bootverbose) {
|
||||
printf("BIOS Geometries:",
|
||||
printf("BIOS Geometries:");
|
||||
for (i=0; i < N_BIOS_GEOM; i++)
|
||||
printf(" %x:%x\n", i, bootinfo.bios_geom[i]);
|
||||
printf(" %d accounted for\n",bootinfo.n_bios_used);
|
||||
|
Loading…
Reference in New Issue
Block a user