Pentium M CPUs were introduced in laptop computers in 2003. If you install Puppy on a Pentium M you will likely get a boot error message such as:
WARNING: PAE disabled. Use parameter 'forcepae' to enable at your own risk!
You may be able to fix the error by adding "forcepae" to the kernel line in the file: menu.lst
Use Geany editor to open: menu.lst
Here's a code example, just add forcepae to the end of the line:
Code: Select all
kernel /bionic32/vmlinuz psubdir=/bionic32 pmedia=atahd pfix=nocopy,fsck forcepae
wizard