Skip to content

Instantly share code, notes, and snippets.

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.8.0 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 8.4.0-3ubuntu2) 8.4.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80400
CONFIG_LD_VERSION=234000000
CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y
@ananos
ananos / gist:fb2b64fcc7e728306b8bbc9d6b91671d
Last active May 22, 2023 12:07
rough kata containers dev environment
### Setup containerd/devmapper/nerdctl/docker
CNI_VERSION=1.1.1
NERDCTL_VERSION=0.20.0
# cni
wget https://github.com/containernetworking/plugins/releases/download/v$CNI_VERSION/cni-plugins-linux-amd64-v$CNI_VERSION.tgz
mkdir -p /opt/cni/bin
tar Cxzvf /opt/cni/bin cni-plugins-linux-amd64-v$CNI_VERSION.tgz
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.4.0 Kernel Configuration
#
#
# Compiler: aarch64-linux-gnu-gcc (Debian 6.3.0-18) 6.3.0 20170516
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=60300
### Keybase proof
I hereby claim:
* I am ananos on github.
* I am ananos (https://keybase.io/ananos) on keybase.
* I have a public key ASAMCKTP8Eg1Qoe9tMiWGEgeTtIOmYDrrZinMJRaP6sRgwo
To claim this, I am signing this object:
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=60300
CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32