ESALP / ESALP-1

The Endangered Soaring African Lynx-Pidgeon Operating System
MIT License
4 stars 1 forks source link

Add backtracing in panic #41

Open 4e554c4c opened 6 years ago

4e554c4c commented 6 years ago

Panics should print a backtrace, either to the VGA buffer or serial with the current call stack. For this, we'll have to modify kernel stacks and add a function capable of backtracing.

4e554c4c commented 6 years ago

https://github.com/rust-lang/rust/pull/51366#issuecomment-394893442