https://github.com/equation314/RVM-Tutorial/blob/7687541241aa80db65e8043b50cfa0593bfcfb84/hypervisor/src/arch/x86_64/lapic.rs#L22-L26 Should be ```rust Port::<u8>::new(0x21).write(0xff); Port::<u8>::new(0xA1).write(0xff); ```
RVM-Tutorial/hypervisor/src/arch/x86_64/lapic.rs
Lines 22 to 26 in 7687541
Should be