Overview Features Coding ApolloOS Performance Forum Downloads Products Order Contact

Welcome to the Apollo Forum

This forum is for people interested in the APOLLO CPU.
Please read the forum usage manual.
Please visit our Apollo-Discord Server for support.



All TopicsNewsPerformanceGamesDemosApolloVampireAROSWorkbenchATARIReleases
Questions and Answers for AROS AMIGA OS

Workbench 3.1 and Aros Core

Martin Ketter

Posts 70
25 Apr 2022 14:06


How can I install the Workbench 3.1 with the original Apollo core?
It works with Apollo Boot Solo.

How can I do that manually?


Son Goku

Posts 38
25 Apr 2022 18:33


https://web.archive.org/web/20211202204751/https://wiki.apollo-accelerators.com/doku.php/system_tools:kickstarts


Martin Ketter

Posts 70
26 Apr 2022 03:44


I don't understand that. I understand only that I have to start the vamire map from a disk. But how can I start  a start a disk from Vampire V4 standalone or an adf-file?


Son Goku

Posts 38
26 Apr 2022 08:59


You don't need a disk. Put VampireMap as first line in your OS 3.x Startup-Sequence.

But Workbench 3.0 should run with Aros.Rom too.



Martin Ketter

Posts 70
29 Apr 2022 06:28


Can I put VamireMap Icon in the Startup drawer or does I have to put it with the folder in the startup-sequence?


Son Goku

Posts 38
29 Apr 2022 10:35


In the Link from above....

Method 1 and there is also an example.


Example usage in S:Startup-Sequence:

; Kickstart 3.1.4 has expansion.library V45.  For other Kickstarts, use the appropriate version.
Version >NIL: expansion.library 45
If WARN
  ; Use the correct Kickstart file path.  If mapping an extended ROM file with Kickstart 1.3, add the appropriate arguments.
  C:VampireMap DEVS:Kickstarts/kick.a1200
EndIf

You will need a Kickstart-File for this.


Andrew Miller

Posts 352
29 Apr 2022 11:21


You have to edit the file 'startup-sequence' that is in the 'S:' folder with the lines above.


Martin Ketter

Posts 70
29 Apr 2022 15:37


Okay I am a Beginner with the Amiga. In the 80 I had no Amiga.

This is my startup-sequence:

  $VER: Startup-Sequence_HardDrive 40.5 (30.12.99)
; Startup-Sequence for hard drive systems
;
; Amiga Forever Classic Support edition © Cloanto ® 1999
; cloanto.com/kb/16-120

FailAt 21
C:Version >NIL: exec.library 45 20
If WARN
  C:SetPatch QUIET
Else
  C:Version >NIL: C:SetPatch 44 16
  If WARN
    C:SetPatch QUIET
  Else
    C:SetPatch NOROMUPDATE QUIET
  EndIf
EndIf

C:Version >NIL:
C:AddBuffers >NIL: DF0: 15

C:MakeDir RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys
C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ

Resident >NIL: C:Assign PURE
Resident >NIL: C:Execute PURE

Assign >NIL: ENV: RAM:ENV
Assign >NIL: T: RAM:T
Assign >NIL: CLIPS: RAM:Clipboards
Assign >NIL: REXX: S:
Assign >NIL: PRINTERS: DEVS:Printers
Assign >NIL: KEYMAPS: DEVS:Keymaps
Assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:Classes ADD
Assign >NIL: HELP: LOCALE:Help DEFER

BindDrivers
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)

IF EXISTS DEVS:Monitors
  IF EXISTS DEVS:Monitors/VGAOnly
    DEVS:Monitors/VGAOnly
  EndIF

  C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  Execute T:M
  C:Delete >NIL: T:M
EndIF

SetEnv Language "english"
SetEnv Workbench $Workbench
SetEnv Kickstart $Kickstart
UnSet Workbench
UnSet Kickstart

C:AddDataTypes REFRESH QUIET
C:IPrefs
C:ConClip

Path >NIL: RAM: C: SYS:Utilities SYS:Rexxc SYS:System S: SYS:Prefs SYS:WBStartup SYS:Tools SYS:Tools/Commodities

IF EXISTS S:User-Startup
  Execute S:User-Startup
EndIF

Resident Execute REMOVE
Resident Assign REMOVE

C:LoadWB
EndCLI >NIL:

I want to add the Kickstart for the Amiga 1200-
Can you tell me, where in the startup-sequence I have to add which instruction and I want to prepare the workbench in Winuae from this tutorial:
EXTERNAL LINK  The vapmireMap is in SAGA-Driver. Can I install the Saga-Driver at the point, after I have to install the P96-Driver in Winuae or the driver must me installed after I put the CF-Card in my Apollo V4, and I have to add the VampireMap before?

Sorry, I think, that sounds confused, but  but I hope you understand what I mean.

Thank you!

posts 8