SLOF icon indicating copy to clipboard operation
SLOF copied to clipboard

Slimline Open Firware - an implementation of IEEE1275 Open Firmware for some POWER ISA systems

Results 4 SLOF issues
Sort by recently updated
recently updated
newest added

I recently discovered that the SLOF ROM supplied with QEMU crashes when I emulate a G5 (PPC 970), or when running on a real G5 in KVM, if the pSeries...

Caps behaves like shift only for latin characters. In case we're typing - for example with caps enabled, SLOF picks _ char from shifted table. Threat caps as shift only...

To make 4k scsi devices to work, allocated memory needs to be increased accordingly Tested in the following scenario: modprobe scsi_debug dev_size_mb=100 sector_size=4096 parted /dev/sdc u b p Model: Linux...

GCC 15 defaults to C23, in which bool, true, and false are keywords.