On Sun, May 31, 2020 at 7:22 AM Otto Moerbeek <o...@drijf.net> wrote: > Thanks, the following works indeed. > > -Otto > > Index: bootblk.fth > =================================================================== > RCS file: /cvs/src/sys/arch/sparc64/stand/bootblk/bootblk.fth,v > retrieving revision 1.9 > diff -u -p -r1.9 bootblk.fth > --- bootblk.fth 2 Apr 2020 06:06:22 -0000 1.9 > +++ bootblk.fth 31 May 2020 13:17:25 -0000 > @@ -716,7 +716,8 @@ create cur-blockno -1 l, -1 l, \ Curren > 2drop > ; > > -" load-base " evaluate constant loader-base > +\\ Do not overwrite bootblocks > +" load-base " evaluate 2000 + constant loader-base > > : load-file-signon ( load-file len boot-path len -- load-file len boot-path > len ) > ." Loading file" space 2over type cr ." from device" space 2dup type cr
I can confirm that this enabled -current to boot now perfectly, so in case it helps: OK zx2c4@