~ubuntu-branches/ubuntu/trusty/cpu-checker/trusty

« back to all changes in this revision

Viewing changes to check-bios-nx

  • Committer: Bazaar Package Importer
  • Author(s): Brian Murray
  • Date: 2010-03-18 10:26:18 UTC
  • Revision ID: james.westby@ubuntu.com-20100318102618-qlm2o26i7fnll1r0
Tags: 0.1-0ubuntu2
modify the modprobe HINT so it can be used (LP: #537674)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#  Steve Beattie <steve.beattie@canonical.com>
7
7
#  Jamie Strandboge <jamie@ubuntu.com>
8
8
#
9
 
# Attempts to determine if the running x86-based CPU has NX capapbilities
 
9
# Attempts to determine if the running x86-based CPU has NX capabilities
10
10
# (regardless of it being disabled by the BIOS).  If the CPU is NX-capable
11
11
# but the nx bit is missing from flags, exit 1 (i.e. "BIOS settings need
12
12
# changing"), otherwise exit 0 (i.e. "nothing wrong with BIOS")