You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Richter 5e1fdf8605
Remove unsafe from certain IRQ related code
While turning IRQs on or off is something that "sounds critical", it is not
unsafe in these sense of compromising memory safety. Rust's unsafe should be
about memory safety only, hence removing it from certain functions.
2 years ago
..
cpu ASM: Remove use of .equ 2 years ago
exception Remove unsafe from certain IRQ related code 2 years ago
memory Use a virtual manifest starting tutorial 12 2 years ago
cpu.rs Use a virtual manifest starting tutorial 12 2 years ago
exception.rs Rework driver subsystem 2 years ago
exception.s Various minor fixes 2 years ago
time.rs Use a virtual manifest starting tutorial 12 2 years ago