Skip to content

Instantly share code, notes, and snippets.

@oliworx
Created June 21, 2015 08:40
Show Gist options
  • Save oliworx/5af59d06d77ab7be9409 to your computer and use it in GitHub Desktop.
Save oliworx/5af59d06d77ab7be9409 to your computer and use it in GitHub Desktop.
fix PAE on Pentium M (to upgrade Linux kernel on Ubuntu)
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : Intel(R) Pentium(R) M processor 1.50GHz
stepping : 6
microcode : 0x17
cpu MHz : 600.000
cache size : 2048 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fdiv_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : pae fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe bts est tm2
bogomips : 1284.61
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 32 bits virtual
power management:
##!/bin/sh
sudo mount -o bind /home/oli/cpuinfo /proc/cpuinfo
sudo mount -o remount,ro,bind /proc/cpuinfo
@oliworx
Copy link
Author

oliworx commented Jun 21, 2015

how to create the cpuinfo file:
cat /proc/cpuinfo > ~/cpuinfo
edit the file and add PAE to the flags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment