Welcome, Guest. Please login or register.

Author Topic: AmigaOS filesystem layout  (Read 4779 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline pVC

Re: AmigaOS filesystem layout
« on: March 24, 2015, 04:55:04 PM »
Quote from: chris;786681

S - Startup - startup scripts


I read that it's originally from "Sequence" word, and you'll put all kinds of scripts there, not just startup scripts.

Quote
The actual directory names don't really matter that much - AmigaOS references them all by assigns - DEVS:, C:, LIBS: etc.  I haven't tried renaming and manually setting the assigns to the new locations, but in theory that should work!


Yes and you can also add locations to the assigns. For example if you want to keep your SYS:Libs/ directory clean only containing the libraries which come with the OS, and you want to have 3rd party libraries in some other dir.. for example in SYS:UserLibs. You can add it with "Assign Libs: SYS:UserLibs ADD" command. Then the library to be opened from the Libs: will be looked from the both SYS:Libs/ and SYS:UserLibs/ paths.
Daily MorphOS user and Amiga active.
 

Offline pVC

Re: AmigaOS filesystem layout
« Reply #1 on: March 25, 2015, 05:59:43 AM »
Quote from: broadblues;786695
I'm not so convinced of that. Yes you can add paths to the assigns, and even remove and reassign them else where, but if the standard dirs aren't there, you might have trouble booting in the first place, to run the script that does that.

The absense of SYS:S and SYS:C in particular may cause a headache.

Some people have made boot disks etc with reassigned system assigns, and I haven't heard any complaints of them. So I'd guess it should work that you first remove S: assign, and then assign it elsewhere. Although I don't remember trying it myself, but nobody (at least programmers) should never use fixed paths in these situations... probably at least most of the stuff would work happily.

Maybe only the startup-sequence has to be where kickstart looks it at first place, but then you can reassign other dirs first thing in it...
« Last Edit: March 25, 2015, 06:01:52 AM by pVC »
Daily MorphOS user and Amiga active.