Skip to content

Instantly share code, notes, and snippets.

View K2's full-sized avatar
💭
Building a better mouse trap. 💯

K2 K2

💭
Building a better mouse trap. 💯
View GitHub Profile
@K2
K2 / config-framework-6.0.10
Created December 23, 2022 23:06
First attempt at a more reduced set of kernel support for a framework laptop. XFS root file-system, no crypto, not meant for security (use for test/lab system), dynticks/preempt/uefi-stubload
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.0.10 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=110300
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23800
@K2
K2 / MSVC_AST_GEN.cmd
Last active January 22, 2024 09:29
MSVC AST generation
REM AST generation from MSVC
cl /analyze /d1Aprintast %1 > %1.ast