Subject: new SCSI_TEST kernel results
To: None <fair@clock.org>
From: Gordon W. Ross <gwr@mc.com>
List: port-sun3
Date: 11/14/1995 15:11:00
> Date: Sat, 11 Nov 1995 17:31:34 -0800
> From: "Erik E. Fair"  (Time Keeper) <fair@clock.org>
> 
> 1. rebuilt libkvm with the KERNBASE define does not fix the
> vmstat/ps/whatever problems (unless I built it wrong).

Actualy, it is KERNTEXTOFF that was missing (KERNBASE was OK).
#define KERNTEXTOFF  0x0E004000  /* start of kernel text */

> 2. installboot does not work - claims "Will load 0 blocks of 8192 each";
> could this be because the booter is smaller than that? I will investigate
> further. Still booting with SunOS boot stuff w/o symbols.

Need to "sync" after copying ufsboot into the root.
(Yes, installboot should do that..)

Gordon