Puppy Forum and Dolphin in QV, pink and grey galahs have returned!
-
Barry Kauler ☛ KDE Dolphin works in QV
It is almost 4am, should be in bed, but couldn't resist doing this...
-
Barry Kauler ☛ The pink and grey galahs have returned!
I posted a couple of days ago about compiling the 6.6.52 kernel:
- Kernel 6.6.52 compiled — September 25, 2024
But then built QV and discovered that btrfs support is a module. Require it builtin, and want to enable kexec, so have recompiled 6.6.52 with these:
CONFIG_BTRFS_FS=y
CONFIG_KEXEC=y
The reason for that last one is that the menu in the initrd has an item to run the Xorg Wizard if the video is broken. That requires the "nomodeset" kernel command-line option. The initrd has the 'kexec' utility, which can restart the kernel with a new set of command-line parameters.