linx-linux
仓库创建 2026年2月7日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
聚焦内核启动与 QEMU 回归匹配,利于快速定位引导失败。
这个 Skill 做什么
用于 Linx 上的 Linux 引导、initramfs 故障与回归定位调试。
用于 Linx 平台的 Linux 启动和运行时稳定化排错,从 initramfs 的烟雾测试到完整 boot 失败定位都涵盖。遇到启动卡住、trap loop、需要用 QEMU 做回归 bisect 或验证内核层 call/ret 与块目标合法性时会用到。它把一系列专用的 smoke/full 启动脚本、符号化与回归定位流程串起来,适合内核 bring-up 场景。
▸ 展开 SKILL.md 英文原文
Linx Linux bring-up and runtime stabilization workflow. Use when debugging initramfs smoke/full boot failures, symbolizing trap loops, bisecting Linux+QEMU regressions, or validating kernel-side call/ret and block-target legality behavior.
1
Stars
3
Forks
11
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/LinxISA/linx-skills/main/linx-linux/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/LinxISA/linx-skills/main/linx-linux/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Linx Linux ## Overview Use this skill for Linux runtime bring-up on Linx, from trap triage through stable smoke/full boot gates. ## Required runtime gates ```bash python3 /Users/zhoubot/linx-isa/kernel/linux/tools/linxisa/initramfs/smoke.py python3 /Users/zhoubot/linx-isa/kernel/linux/tools/linxisa/initramfs/full_boot.py python3 /Users/zhoubot/linx-isa/kernel/linux/tools/linxisa/busybox_rootfs/boot.py python3 /Users/zhoubot/linx-isa/tools/bringup/check_linx_virt_defconfig_spec.py --defconfig /Users/zhoubot/linx-isa/kernel/linux/arch/linx/configs/linx_v150_defconfig --report-out /Users/zhoubot/linx-isa/docs/bringup/gates/linxisa_virt_defconfig_audit.json ``` For the merged direct-kerne
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有