Welcome, Guest. Please login or register.

Author Topic: How to install Aros For Amiga onto an amiga?  (Read 5643 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline theformula

Re: How to install AFA onto an amiga?
« on: February 23, 2014, 03:49:55 PM »
Hi carvedeye you on the right path dont give up! Sorry for my lack of reply it was a very long time ago I had afa os working.

 As I try to remember I do recall something about different versions working. I will try to look on compact flash with it installed on this week as i know it still works on that :)

Where did you get the files you are installing?

As I recall I used the ones from the afa site. I do remember having to do something weird to get it work. Its just I cannot remember what that wired thing was lol.



looking at your startup


Assign >NIL: HELP: LOCALE:Help DEFER
Assign AfA_: Sys:Afa_os_libs ;


Should be

Assign >NIL: HELP: LOCALE:Help DEFER
c:Assign AfA_OS: Sys:Afa_os_libs ;

I think you missed out the OS on the assign and the location of AFA_OS in the commands folder C:

Oh I also remember that.

1) If it boots with those commands in the start up sequence its a good thing.
2) You can tell its working by loading up Afa prefs
3) Text under icons might not be visible as they are the default amiga text that is not trutype so cannot be displayed. They will display once you select true type fonts in prefs.
« Last Edit: February 23, 2014, 05:53:01 PM by theformula »
A1200T Blizzard 1240/040/128MB Mediator Voodoo 3
A4000 Cyberstorm MkIII Picasso IV
A1200 020 Viper 8mb
Macmini G4 Morphos 3.1
2x A4000/030 Stock
 

Offline theformula

Re: How to install AFA onto an amiga?
« Reply #1 on: February 24, 2014, 12:14:58 AM »
I will look at my startup sequence tomorrow. If needs be I will even send you the files. We will get it going ;) in the end bro
A1200T Blizzard 1240/040/128MB Mediator Voodoo 3
A4000 Cyberstorm MkIII Picasso IV
A1200 020 Viper 8mb
Macmini G4 Morphos 3.1
2x A4000/030 Stock
 

Offline theformula

Re: How to install AFA onto an amiga?
« Reply #2 on: February 24, 2014, 08:54:26 PM »
Yup try this


If Exists C:IDEFix
C:IDEFix
EndIf

C:SetPatch QUIET

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

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

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: DEVSOSDrivers/~(#?.info)

C:LoadMonDrvs

;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
; Celete >NIL: T:M
;EndIF

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

C:AddDataTypes REFRESH QUIET
C:AfA_OS_Loader
C:IPrefs
C:ConClip

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

SYS:System/REXXMast >NIL:

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

Resident Execute REMOVE
Resident Assign REMOVE

C:LoadWB
EndCLI >NIL:


----------------------------------------------------
Basically its caps sensitive so


C:Afa_os_loader

becomes

C:AfA_OS_Loader


and remove

Assign AfA_: Sys:Afa_os_libs ;

as I did not have it in my startup and it worked fine.


*fingers crossed that should work*

Ps. I did have the AfA_OS and AfA_OS_Libs folder just in my system folder. AfA_OS_Loader and morelibspace in C: folder. All the prefs in the Prefs: folder
« Last Edit: February 24, 2014, 09:07:11 PM by theformula »
A1200T Blizzard 1240/040/128MB Mediator Voodoo 3
A4000 Cyberstorm MkIII Picasso IV
A1200 020 Viper 8mb
Macmini G4 Morphos 3.1
2x A4000/030 Stock