equation314 / equation314/RVM-Tutorial

Wrong port number used when disable i8259 PIC

オープン
#4 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
Rust
スター
161
フォーク
36
PR マージ指標
30日以内にマージされた PR はありません

説明

https://github.com/equation314/RVM-Tutorial/blob/7687541241aa80db65e8043b50cfa0593bfcfb84/hypervisor/src/arch/x86_64/lapic.rs#L22-L26

Should be

```rust
Port::::new(0x21).write(0xff);
Port::::new(0xA1).write(0xff);
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Open hypervisor/src/arch/x86_64/lapic.rs at lines 22-26 and compare the port writes with the issue's expected values. Confirm the PIC-disable code uses ports 0x21 and 0xA1; the issue provides no test file, so completion is verified by the corrected lines and the project's available checks.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
rust
領域
operating-systems
issue の種類
バグ
難易度
1/5
見積もり時間
1時間未満
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。