(info: &PanicInfo)
| 115 | } |
| 116 | |
| 117 | pub fn test_panic_handler(info: &PanicInfo) -> ! |
| 118 | { |
| 119 | serprintln!("[FAILURE]\n"); |
| 120 | serprintln!("[ERR]: {}\n", info); |
| 121 | exitqemu(QEMUExitCode::Failure); |
| 122 | hltloop(); |
| 123 | } |
| 124 | |
| 125 | // This section provides the kernel wth the StableDeref trait. |
| 126 |