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
..
panic_exit_success Use a virtual manifest starting tutorial 12 2 years ago
panic_wait_forever Use a virtual manifest starting tutorial 12 2 years ago
00_console_sanity.rb Use a virtual manifest starting tutorial 12 2 years ago
00_console_sanity.rs Misc fixes/streamlining 2 years ago
01_timer_sanity.rs Misc fixes/streamlining 2 years ago
02_exception_sync_page_fault.rs Misc fixes/streamlining 2 years ago
03_exception_restore_sanity.rb Use a virtual manifest starting tutorial 12 2 years ago
03_exception_restore_sanity.rs Misc fixes/streamlining 2 years ago
04_exception_irq_sanity.rs Remove unsafe from certain IRQ related code 2 years ago
boot_test_string.rb Use a virtual manifest starting tutorial 12 2 years ago