New efika iso
The last ISO you got was a bit annoying. There were almost forty modules to load by OF. It took long. Moreover, putting these files on FAT-formatted USB stick failed, since OF was unable to find some of the files.
I made few changes to the bootstrap code and AROS itself. AROS sets up interrupts in proper way. It should not lock anymore, as it happened before. The USB mass storage has been fixed a bit and should work a bit better now. Regarding the bootstrap code, following changes have been made:
boot cd os_image
whereas "cd" corresponds to the boot device you use. You may find this iso here.
I made few changes to the bootstrap code and AROS itself. AROS sets up interrupts in proper way. It should not lock anymore, as it happened before. The USB mass storage has been fixed a bit and should work a bit better now. Regarding the bootstrap code, following changes have been made:
- os_image does not need the boot-device setting anymore. Boot it from any place and it will work as expected.
- os_image honors the command line argument passed from OF. Now, if both menu.lst and OF command line contain parameters for kernel, they will be joined together.
- os_image supports packages. No need to load 40 boot files through OF anymore. There will be few packages: generic-ppc, efika, usb and few other files to load. It means faster boot time and less risk of OF issues ;)
- os_image does not support timeout option anymore. If there are more kernel configurations, it will stop and wait for an input.
boot cd os_image
whereas "cd" corresponds to the boot device you use. You may find this iso here.
2 Comments:
As always, great work Michal!
Is there much likelyhood that your Efika or SAM440 ports will boot under QEMU or PearPC etc?
I wonder who is going to mantain the PPC distros once Dr. Shulz will dedicate full time on Anubis: guess we need volunteers to mantain it and build the PPC Software...
Post a Comment
<< Home