SILO (bootloader): Difference between revisions
m →top: HTTP → HTTPS for Wayback Machine, replaced: {{URL|web.archive.org/ → {{URL|https://web.archive.org/ |
Add non-primary references |
||
Line 1: | Line 1: | ||
{{Primary sources|article|date=July 2007}} |
|||
{{Infobox software |
{{Infobox software |
||
| name = SILO |
| name = SILO |
||
Line 21: | Line 20: | ||
| website = {{URL|https://web.archive.org/web/20080320061836/http://www.sparc-boot.org/ |SILO web}} (archive.org) |
| website = {{URL|https://web.archive.org/web/20080320061836/http://www.sparc-boot.org/ |SILO web}} (archive.org) |
||
}} |
}} |
||
The '''SPARC Improved bootLOader''' ('''SILO''') is the bootloader used by the [[SPARC]] port of the [[Linux]] operating system; it can also be used for [[Solaris (operating system)|Solaris]] as a replacement for the standard Solaris boot loader. |
The '''SPARC Improved bootLOader''' ('''SILO''') is the bootloader used by the [[SPARC]] port of the [[Linux]] operating system<ref>{{Cite book|last=Carling|first=M.|url=https://www.worldcat.org/oclc/42467540|title=Linux system administration|date=2000|publisher=New Riders|others=Stephen Degler, James Dennis|isbn=1-56205-934-3|location=Indianapolis, IN|pages=92|oclc=42467540}}</ref><ref>{{Cite web|last=Hemel|first=Armijn|author-link=Armijn Hemel|date=|title=The SPARC difference|url=http://www.linux-magazine.com/content/download/62816/486161/version/1/file/Linux_on_SPARC.pdf|url-status=live|website=|publisher=[[Linux Magazine]]|publication-date=May 2005}}</ref>; it can also be used for [[Solaris (operating system)|Solaris]] as a replacement for the standard Solaris boot loader. |
||
SILO generally looks similar to the basic version of [[LILO (boot loader)|LILO]], giving a "boot:" prompt, at which the user can press the [[Tab key]] to see the available images to boot. The configuration file format is reasonably similar to LILO's, as well as some of the command-line options. However, SILO differs significantly from LILO because it reads and parses the configuration file at boot time, so it is not necessary to re-run it after every change to the file or to the installed kernel images. SILO is able to access [[ext2]], [[ext3]], [[ext4]], [[Unix File System|UFS]], [[romfs]] and [[ISO 9660]] file systems, enabling it to boot arbitrary kernels from them (more similar to [[GNU GRUB|GRUB]]). |
SILO generally looks similar to the basic version of [[LILO (boot loader)|LILO]], giving a "boot:" prompt, at which the user can press the [[Tab key]] to see the available images to boot. The configuration file format is reasonably similar to LILO's, as well as some of the command-line options. However, SILO differs significantly from LILO because it reads and parses the configuration file at boot time, so it is not necessary to re-run it after every change to the file or to the installed kernel images. SILO is able to access [[ext2]], [[ext3]], [[ext4]], [[Unix File System|UFS]], [[romfs]] and [[ISO 9660]] file systems, enabling it to boot arbitrary kernels from them (more similar to [[GNU GRUB|GRUB]]). |
Revision as of 10:04, 3 March 2021
Stable release | 1.4.14
|
---|---|
Repository | git |
Type | Bootloader |
License | GPLv2+ |
Website | SILO web (archive.org) |
The SPARC Improved bootLOader (SILO) is the bootloader used by the SPARC port of the Linux operating system[1][2]; it can also be used for Solaris as a replacement for the standard Solaris boot loader.
SILO generally looks similar to the basic version of LILO, giving a "boot:" prompt, at which the user can press the Tab key to see the available images to boot. The configuration file format is reasonably similar to LILO's, as well as some of the command-line options. However, SILO differs significantly from LILO because it reads and parses the configuration file at boot time, so it is not necessary to re-run it after every change to the file or to the installed kernel images. SILO is able to access ext2, ext3, ext4, UFS, romfs and ISO 9660 file systems, enabling it to boot arbitrary kernels from them (more similar to GRUB).
SILO also has support for transparent decompression of gzipped vmlinux images, making the bzImage format unnecessary on SPARC Linux.
SILO is loaded from the SPARC PROM.
Licensed under the terms of the GNU General Public License (GPL).
See also
References
- ^ Carling, M. (2000). Linux system administration. Stephen Degler, James Dennis. Indianapolis, IN: New Riders. p. 92. ISBN 1-56205-934-3. OCLC 42467540.
- ^ Hemel, Armijn (May 2005). "The SPARC difference" (PDF). Linux Magazine.
{{cite web}}
: CS1 maint: url-status (link)
External links
- UltraLinux web at the Wayback Machine (archived 2007-10-29)