NOTE: As of 2023, many (all?) woof-ce built Puppies contain their own microcode files.
A. I have made a 64bit Intel microcode file, offering some protection against Meldown/Spectre etc issues.
Needs to be used in conjunction with a kernel with Meltdown/Spectre mitigation for effective protection.
For usage guide, see section B below. Released 08Aug2023. Tested OK in s15pup64-22.12. Use at own risk.
Is here: https://www.mediafire.com/file/19i3o8uc ... .cpio/file
I apologise if any ads shown at Mediafire links are inappropriate.
B. How to use microcode-update-(x)-64.cpio files in Puppy on 64bit UEFI systems:
EFI folder structure - on boot partition (I use folder micd, as in examples below):
/EFI/BOOT/micd .cpio file goes in folder micd, on same level as folders with initrd.gz
if grub bootloader, initrd line:
initrd /EFI/BOOT/micd/microcode-update-(x)-64.cpio /EFI/BOOT/(folder)/initrd.gz
if syslinux bootloader, initrd line:
initrd micd/microcode-update-(x)-64.cpio,(folder)/initrd.gz