A user report me that before 3-4 days blitzkick dont work with blitzkick.
I hear that blitzkick can add resident Programs.Not sure if this is release for public or not.
If this can do in your blitzkick try add the residnet module morelibspace or morelibspace V45.See in scout resident modules (when
you have deactivate blitzkick)
I give the User the suggestion to ask the blitzkick coder or remus coder to add morelibspace feature to blitzkick or remus.
morelibspace is 100% compatible and is ndependent from AFA OS, it only allow more room in some libraries for more functions and data
by change the AOS command MakeLibrary.the source in asm is in the AFA OS archive.
That morelibspace increase not all libraries it detect with the positive lib space if a librarary must increase or not.
So it do that only with 5 libraries
begin
MOVEM.l a0-a6/d0-d7,-(a7)
MOVE.l $4,a6
MOVE.l a6,a1
LEA newfunc(pc),a0
MOVE.l a0,d0
MOVE.l #-84,a0 ;makelibrary
JSR -420(a6)
LEA oldfunc(pc),a0
MOVE.l d0,(a0)
MOVEM.l (a7)+,a0-a6/d0-d7
RTS
newfunc
MOVEM.l d1/a1/a2/a3,-(a7)
CMP.l #1492,d0 ;diskfont
BEQ 'ok
CMP.l #134,d0 ;diskfont
BEQ 'ok
CMP.l #3150,d0 ;intuition library
BEQ 'ok
CMP.l #544,d0 ;graphics library
BEQ 'ok
CMP.l #46,d0 ;layers library
BEQ 'ok
CMP.l #348,d0 ;icon.library
BEQ 'ok
BRA 'skip
'ok
MOVEQ #0,d0
CMP.w #-1,(a0)
BNE 'dolong
MOVE.l a0,a2
ADDQ.w #2,a0
LEA funcs(pc),a1
'g1 CMP.w #-1,(a0)
BEQ 'em1
MOVE.w (a0)+,d1
EXT.l d1
ADD.l a2,d1
MOVE.l d1,(a1)+
ADDQ.l #1,d0
BRA 'g1
'em1 ADDQ.l #1,d0
LEA dummy(pc),a0
MOVE.l a0,(a1)+
CMP.l #350,d0
BNE 'em1
MOVE.l #-1,(a1)+
LEA funcs(pc),a0
BRA 'doit
'dolong
LEA funcs(pc),a1
'g2 CMP.l #-1,(a0)
BEQ 'em1
MOVE.l (a0)+,(a1)+
ADDQ.l #1,d0
BRA 'g2
'doit MOVE.l #10000,d0
'skip MOVEM.l (a7)+,a1/a2/d1/a3
MOVE.l oldfunc(pc),-(a7)
RTS
dummy: TRAP #0
RTS
funcs: Ds.l 410
oldfunc: Dc.l 0
name: Dc.b "morelibspace",0
name2: Dc.b "morelibspace V45",0
Even
endresi