File: xlat-linux-arm-2.6.24

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 (14 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash

#
# Check Linux 2.6.24+ 32-bit Arm translation using symbols from VMCOREINFO.
# No explicit version.
#

opts=(
    arch=arm
    ostype=linux
    phys_base=0x40000000
)

. "$srcdir"/xlat-os-common