You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two tutorials implement the generation of backtraces that show address and symbol information. Here is an example of the of a backtrace generated as part of the kernel's panic handler:
92
+
93
+
```console
94
+
[ 0.002782] Writing to bottom of address space to address 1 GiB...
95
+
[ 0.004623] Kernel panic!
96
+
97
+
Panic location:
98
+
File 'kernel/src/_arch/aarch64/exception.rs', line 59, column 5
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [gitter channel](https://gitter.im/rust-osdev/Lobby).
0 commit comments