The cflags should be the same for any other P2 CPU (if you have a P2, that is -
cat /proc/cpuinfo to make sure!). These are the ones I used, and still use - I don't claim they are the best but it works and the system is very stable and I used it for everyday-allday work for a long time. They are a tad on the extreme side though - you might not want to use them. Now if it only had a working battery....
Code: Select all
CFLAGS="-O3 -march=pentium2 -fomit-frame-pointer -pipe -funroll-loops"
-funroll-loops also makes the executables much larger, and with a disk limit like yours I suppose you need to cut back on everything you can.
I have a fine working
desktop using Openbox with fbpanel for a panel (for launchers and active apps) plus ROX as a graphical file manager on my Thinkpad and it's pretty responsive - more so than the same setup with Fluxbox instead of Openbox. Plus I love the simple XML configuration files that Openbox uses.
Håkan