スキル一覧に戻る
pevans

debug-a-disk-problem

by pevans

A small program for the emulation of retro computers

12🍴 2📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: Debug a disk problem description: Enable an agent to debug disk problems

Debug a disk problem

If you need to see what might be wrong with reading or writing to a disk, you can look at the debug file that ends in .disklog. This file is the disk log. It records the time of each byte read or written, and what instruction was executed to perform the operation.

Each line has "RD" (for reads) or "WR" (for writes) to indicate what took place.

You can also find the physical encoding of a disk image in a debug file that ends in .physical.

When debugging anything, several other files are helpful:

  • the metrics file (how many times certain events occur; ends in .metrics)
  • the instruction log (all instructions sorted by place in memory it was executed; file ends in .asm)
  • the timeset file (how much time each instruction took; ends in .time)

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です