nls-restore
[Top] [All Lists]

Re: [nls-restore] ftp password

To: Raylene Pak <raylene_pak@sbcglobal.net>
Cc: nls-restore <nls-restore@chm.cim3.net>
From: Jonathan Cheyer <jonathan@cheyer.biz>
Date: Fri, 12 Aug 2005 21:36:56 -0700
Message-id: <42FD78E8.4050200@cheyer.biz>
Hi Raylene,    (01)

I'm still getting the "?BOOT: Can't find bootable structure" error after 
I try to load the boot.sav program and then type "go".    (02)

Are you using some kind of a specialized TOPS-20 bootstrap program? Or 
perhaps there is some additional configuration step that I need to do to 
  have the PDP-10 find the structures that are defined in the chm.ini file?    (03)

Ken, perhaps you might have some input on whether I'm missing something 
simple.    (04)

Thanks,    (05)

Jonathan    (06)




[nls@pascal klh10_HOME]$ ./kn10-kl /home/nls/tmp/augment-data/chm.ini
KLH10 V2.0A release (MyKL) built Dec 14 2004 01:56:32
     Copyright © 2001 Kenneth L. Harrenstien -- All Rights Reserved.
This program comes "AS IS" with ABSOLUTELY NO WARRANTY.    (07)

Compiled for LINUX on I386 with word model USEHWD
Emulated config:
          CPU: KL10-extend   SYS: T20   Pager: KL  APRID: 1
          Memory: 8192 pages of 512 words  (SHARED)
          Time interval: INTRP   Base: OSGET
          Interval default: 60Hz
          Internal clock: OSINT
          Other: MCA25 JPC DEBUG PCCACHE CTYINT EVHINT
          Devices: DTE RH20 RPXX(DP) TM03(DP) NI20(DP)
[MEM: Allocating 8192 pages shared memory, clearing...done]    (08)

KLH10> ; This file is CHM.INI -- the KLH10 init file that is read and 
executed
KLH10> ; by default when the KLH10 starts up.
KLH10>
KLH10> ; Attempt to lock memory.  Do it now, so any device subprocs will
KLH10> ; also be locked if possible.
KLH10> set mem_lock=on
Memory could not be locked - Success
KLH10>
KLH10> ; Allow clock to use whatever HZ the monitor wants.
KLH10> ; Don't do this for TOPS-10.
KLH10> set clk_ithzfix=0
    clk_ithzfix: 60.  =>  0.
KLH10>
KLH10> ; Define basic device config - one DTE, one disk, one tape
KLH10> ; Old DTE for debugging: devdef dte0 200   dte  master warn ackdly=5
KLH10>
KLH10> devdef dte0 200   dte   master obs=128
KLH10>
KLH10> ;channel controller definitions
KLH10> devdef rh0  540   rh20
KLH10> devdef rh1  544   rh20
KLH10> devdef rh2  550   rh20
KLH10> devdef rh3  554   rh20
KLH10>
KLH10> ;disk/structure definitions
KLH10> ;PS:
KLH10> devdef dsk4 rh2.2 rp type=rp07 format=dbd9 
path=/home/nls/tmp/augment-data/PRPO7 dpdma=on
KLH10> ;USER:
KLH10> devdef dsk7 rh1.0 rp type=rp07 format=dbd9 
path=/home/nls/tmp/augment-data/U1RP07 dpdma=on
KLH10> devdef dsk8 rh1.1 rp type=rp07 format=dbd9 
path=/home/nls/tmp/augment-data/U2RP07 dpdma=on
KLH10> ;DEV:
KLH10> devdef dsk1 rh3.0 rp type=rp07 format=dbd9 
path=/home/nls/tmp/augment-data/DRP07 dpdma=on
KLH10> ;JRNL:
KLH10> devdef dsk5 rh2.0 rp type=rp07 format=dbd9 
path=/home/nls/tmp/augment-data/J1RP07 dpdma=on
KLH10> devdef dsk6 rh2.1 rp type=rp07 format=dbd9 
path=/home/nls/tmp/augment-data/J2RP07 dpdma=on
KLH10>
KLH10> ;tape drive definition
KLH10> devdef mta0 rh0.1 tm02  fmtr=tm03 type=tu45
KLH10>
KLH10>
KLH10> ; Define KLNI with address that monitor expects
KLH10> ; On a MP Sparc-20, delay is important!
KLH10>
KLH10> ; Use dedicated interface (qfe1)
KLH10> ; Note forced explict EN address, must ensure uniquized.
KLH10> ;       SS20 BI was 8:0:20:0a:de:af, Ultra BI is 8:0:20:0b:de:af
KLH10> devdef ni0 564 ni20 ifc=qfe1 dpdelay=5 dedic=true en=8:0:20:be:64:81
KLH10>
KLH10> ; Old (dedicated le1 with debugging)
KLH10> ;devdef ni0 564 ni20 ipaddr=16.151.16.51 ifc=le1 dpdelay=5 
dedic=true dpdebug=6 doarp=14  en=8:0:20:be:64:81
KLH10>
KLH10> ; Test with shared interface (le0)
KLH10> ;devdef ni0 564 ni20 ipaddr=16.151.16.51 dpdelay=5 dpdebug=6 doarp=14
KLH10>
KLH10> ; Define new HOST device hackery
KLH10> devdef idler 700 host
KLH10>
KLH10> ; Attempt to do load-and-go!
KLH10> ;load boot.exe
KLH10>
KLH10> ;dep 0 400000,,0
KLH10> ;go 40001
KLH10>
KLH10> [EOF on ../augment-data/chm.ini]
KLH10>
KLH10> load boot.sav
Using word format "c36"...
Loaded "boot.sav":
Format: DEC-CSAV
Data: 4630, Symwds: 0, Low: 040000, High: 054641, Startaddress: 040000
Entvec: JRST (120 ST: 0, 124 RE: 0, 137 VR: 0,,0)
KLH10> go
Starting KN10 at loc 040000...    (09)

BOOT V11.0(315)    (010)

BOOT>    (011)

   ?BOOT: Can't find bootable structure    (012)

BOOT>    (013)



Raylene Pak wrote:
> Here it is...  I do remember Ken having some problems with this PS: 
> structure file when he moved the BI5 to the latest host.    (014)

 _________________________________________________________________
Message Archives: http://chm.cim3.net/forum/nls-restore/
Shared Files: http://chm.cim3.net/file/work/project/nls-restore/
Community Portal: http://www.computerhistory.org/  
To Post: mailto:nls-restore@chm.cim3.net
Community Wiki: http://chm.cim3.net/wiki/    (015)
<Prev in Thread] Current Thread [Next in Thread>