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 Add tutorial 19 2 years ago
panic_wait_forever Add tutorial 19 2 years ago
00_console_sanity.rb Add tutorial 19 2 years ago
00_console_sanity.rs Add tutorial 19 2 years ago
01_timer_sanity.rs Add tutorial 19 2 years ago
02_exception_sync_page_fault.rs Add tutorial 19 2 years ago
03_exception_restore_sanity.rb Add tutorial 19 2 years ago
03_exception_restore_sanity.rs Add tutorial 19 2 years ago
04_exception_irq_sanity.rs Remove unsafe from certain IRQ related code 2 years ago
05_backtrace_sanity.rb Add tutorial 19 2 years ago
05_backtrace_sanity.rs Add tutorial 19 2 years ago
06_backtrace_invalid_frame.rb Add tutorial 19 2 years ago
06_backtrace_invalid_frame.rs Add tutorial 19 2 years ago
07_backtrace_invalid_link.rb Add tutorial 19 2 years ago
07_backtrace_invalid_link.rs Add tutorial 19 2 years ago
boot_test_string.rb Add tutorial 19 2 years ago