File: xlat-linux-x86_64-2.6.31-nover-xen

package info (click to toggle)
libkdumpfile 0.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,800 kB
  • sloc: ansic: 34,639; sh: 3,853; python: 1,490; makefile: 755
file content (16 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/bash

#
# Check Linux 2.6.31 X86_64 translation without explicit version,
# using non-autotranslated Xen page table content alone
#

opts=(
    arch=x86_64
    ostype=linux
    phys_base=0
    xen_xlat=true
    xen_p2m_mfn=0x3abc
)

. "$srcdir"/xlat-os-common