Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

ApolloOS

Last updated on 1 month ago
A
ajfaNewbie
Posted 2 months ago
Hi. I am sure you can help me.

I am trying to emulate ApolloOS in WinUAE emulator, I already have an AROS somewhat old ROM and I have segregated the two partitions in the disk image (Apollo OS 9.4 and 9.4.2), but I canĀ“t make it run appropriately.

What do I need to do to make it work? I am a complete amateur and don't have too many technical skills.

Thanks in advance!
Edited by ajfa on 06-12-2024 16:12, 2 months ago
You do not have access to view attachments
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 2 months ago
As said in PM, as soon as I download your version of Apollo I will see if I can help you.

I thank you for testing AROS One x86, when available AROS One 68k will have the same configuration, same Icons, same Themes.
A
ajfaNewbie
Posted 2 months ago
Thanks!
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 2 months ago
Earlier versions of ApolloOS installed easily, the R9.4.2 version, on the other hand, made me work harder than I had to, then I finally found out how to install it, see screendhot.

The error message you receive is that you are not connected to the network, which WinUAE does not need.
The message is eliminated by deactivating the command in the Startup-sequence.

The problem I had was the icons not being recognised by the Workbench, this was because ApolloOS was mapping a Rom not supported by WinUAE.

I eventually solved the problem by deactivating the resident Icon.library, and mapping the icon.library installed in in Libs.

Tomorrow and give information on how to start it up!
A
Amiwell79Distro Maintainer
Posted 2 months ago
attention apolloos cannot be distributed there are legal notices about it
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 2 months ago
ApolloOS CF Image and distributed publicly here:

https://www.apoll...nloads.php

Distribution is prohibited not personal use I think !
A
Amiwell79Distro Maintainer
Posted 2 months ago
apolloos can only be used by those with a vampire
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 2 months ago
Amiwell people use WinUAE to test ApolloOS!

http://www.apollo...p;z=VltLwe
A
ajfaNewbie
Posted 2 months ago
Hi. Yes, but all those were done with previous versions of Apollo OS, all of which I haven't found in the internet.

As I said, my technical resources are limited, so I won't know how to apply the solution you mentioned.

Thanks anyways!
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 2 months ago
ajfa my scrennshot is of R9.4.2, which I managed to install!
A
ajfaNewbie
Posted 2 months ago
I know! but I don't know how to deactivate the resident Icon.library and map the icon.library installed in Libs.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 2 months ago
If you know how to edit the startup-sequence, it is very simple, you just have to insert a string before the setpatch!
A
ajfaNewbie
Posted 2 months ago
I'll look into it. Thanks.
A
ajfaNewbie
Posted 2 months ago
This is my startup-sequence file:

;ApolloOS R9.3-P2 Startup-Sequence (4-4-2023)

C:ApolloControl >NIL: ID=$IDESPEED

SetPatch NOVBRMOVE QUIET

C:Version >NIL:

FailAt 21

C:MakeDir RAM:T RAM:ENV RAM:Clipboards
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
Assign >NIL: IMAGES: SYS:System/Images
Assign >NIL: PERSONAL: Programs:Personal

Assign >NIL: MUI: SYS:System/MUI
Assign >NIL: ADD LIBS: MUI:Libs
Assign >NIL: LOCALE: MUI:Locale ADD
Assign >NIL: ADD HELP: MUI:Docs

Assign >NIL: DOPUS: SYS:Tools/Dopus
Assign >NIL: VMEM: SYS:Storage
Assign >NIL: JPEGTMP: T:

Assign >NIL: AMISSL: SYS:Network/AmiSSL
Assign >NIL: LIBS: AMISSL:Libs ADD

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

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

C:AddDataTypes REFRESH QUIET

Run <>NIL: QUIET ConClip

Resident Execute REMOVE
Resident Assign REMOVE

C:Path RAM: C: C:Bin S: SYS:System SYS:Tools SYS:Utilities SYS:Prefs SYS:Rexxc SYS:Prefs ADD
C:Path SYS:Network/AmiSSL ADD

C:IconsToFastMem
C:HoldTCBuffer1 >NIL:
C:IconGhostingOff >NIL:

;Reset Display Mode
If $DISPLAYMODE EQ "PAL"
C:ApolloControl >NIL: DM=1
Else
C:ApolloControl >NIL: DM=0
Endif

;Reset ZOOM Mode
If $ZOOMMODE EQ "320x200"
C:ApolloControl >NIL: ZO=1
Else
If $ZOOMMODE EQ "320x240"
C:ApolloControl >NIL: ZO=2
Else
If $ZOOMMODE EQ "320x256"
C:ApolloControl >NIL: ZO=3
Else
C:ApolloControl >NIL: ZO=0
Endif
Endif
Endif

;Reset ZOOM Shift
C:ApolloControl >NIL: ZV=$ZOOMSHIFTV
C:ApolloControl >NIL: ZH=$ZOOMSHIFTH

;Reset Scanlines
If $SCANLINES EQ "ON"
C:ApolloControl >NIL: SC=1
Else
C:ApolloControl >NIL: SC=0
Endif

C:IPrefs >NIL:
SYS:Prefs/FPPrefs >NIL:
C:NoClick >NIL:

;Run <>NIL: QUIET MUI:PatchASL

If Exists S:User-Startup
Execute S:User-Startup
Endif

C:LoadWB

If Exists S:Check-Update
Execute S:Check-Update
Endif

EndCLI >NIL:
Edited by amigamia on 16-12-2024 06:49, 1 month ago
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 2 months ago
OK, before 'SetPatch NOVBRMOVE QUIET' you have to enter this string, example:


C:RemLib >NIL: icon.library
C:RemLib >NIL: workbench.library

SetPatch NOVBRMOVE QUIET

The 'RemLib' command can be found in PeterK's Icon.library package

http://aminet.net...onLib_46.4

In addition, you can delete 'all' strings relating to 'ApolloControl' from the startp-sequence, on WinUAE they are not needed and may annoy some software.
RasVojaRasVojaJunior Member
Posted 1 month ago

Amiwell79 wrote:

@Amiwell79 - apolloos can only be used by those with a vampire


First of all thanks for developing strong m68k distro, that should be as paid version be avail
to all 060 RTG/UAE users - m68k distro is great. If you wish exclusivity, no public download,
paid version for others, software bundled with V4 only, sent to V2 users separately.

Vampire name is (c) by Igor Majstorovic, Majsta, you have only all other birds, dragons and Krakens available.

Why then its a free download?
How does this fit AROS license, its is 90 percent based on?
CoffinOS could also be modified to work on WinUAE/UAE. When AES, OS 3.5,OS 3.9 or OS 3.2.2 are used no one prohibited Vampire use, except one coder Ab42 in Mapparium (never fixed with him?)
Is V2 support still included with ApolloOS or its V4 only?

If you know any plans on:
- Making full size board or at least one in all computer like Spectrum NEXT, Mega65 (kind of integration with expander, looking more like real board)
- Licensing just chipset or CPU or both to other FPGA systems?
- Re-releasing last alpha beta of GOLD3 core for V2 that did exist and was promised as AGA to all V600, V500 users minus fpu, floppy? Surely not mature as V4, but some compatibility list would help
- Bundling Both ApolloOS, AES/FreeMINT and MacOS emu pack?
- Fixing ApollOS v4 ROM to support AmiKit XE out of box, not only via Omni?
- Restarting cheap V2 production with Majsta to be more competitive to PiStorm and having again product for masses?
=====================================================
OS 3.x AROS and MOS supporter, fi di good,
nothing fi di unprofessionalism. Learn it harder way!
SinclairQL and WII U lover Grin
YT https://www.youtu...f229h_gijQ
Edited by RasVoja on 16-12-2024 04:04, 1 month ago
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
Users who participated in discussion: AMIGASYSTEM, Amiwell79, RasVoja, ajfa
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 6
Members Online 0

Total Members: 273
Newest Member: plvicente
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]