equation314 / equation314/RVM-Tutorial

Wrong port number used when disable i8259 PIC

Open
#4 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.