equation314 / equation314/RVM-Tutorial
Wrong port number used when disable i8259 PIC
Đang mở
bug
- Ngôn ngữ chính
- Rust
- Star
- 161
- Fork
- 36
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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);
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- rust
- Lĩnh vực
- operating-systems
- Loại issue
- Lỗi
- Độ khó
- 1/5
- Thời gian dự kiến
- Dưới một giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 35/100