AmigaOne - SLB - How It Works
|
To understand how it works, it is necessary to have a closer look at the Kicklayout file that you can find in SYS:Kickstart.
This is a text file that you can edit with any text editor that contains the configurations that the SLB will load.
It's layout is simple:
In order to create several configurations, you just have to edit the Kicklayout file. As an example, you can create one default configuration that will be automatically loaded at each system boot, a backup configuration you will be able to always boot, and another one to test a module you just modified (if you are a developer), etc, for example:
You can set the configuration you want to boot by going into the U-Boot Boot Selection menu and modifying the "Configuration" field to the name of the configuration you want, in this case "Testing". If you don't do this, and let the machine boot automatically, the configuration called "Default" in the Kicklayout file will be loaded. Alternatively, all configurations in the Kicklayout file will appear in the SLB Menu and you can dynamically select it from there during the boot process. On the other hand, if you modified the "Configuration" field as discussed above, this configuration will be pre-selected in the SLB Menu, but you can easily select one of the other configurations instead, so it can be very flexible. One word of Warning! If you use a customised Kicklayout file, be sure to save it somewhere else when performing upgrades of the AmigaOS otherwise it could be deleted or overwritten. If you want to know more information about using multiple boot configurations, we suggest you read the excellent article "Using the boot configurations" by Philippe 'Elwood' Ferrucci available from IntuitionBase. Disclaimer: Amiga Auckland have prepared the above information for the use of its members based on our experiences and as such is subject to revision at any time. Amiga Auckland cannot guarantee any of the information and cannot be held accountable for any issues that may result from using it. |