equation314 / equation314/RVM-Tutorial
Wrong port number used when disable i8259 PIC
Open
bug
- Dominant language
- Rust
- Stars
- 161
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
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);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.