mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
Kernel: Make dump_backtrace() kinda sorta work.
This commit is contained in:
parent
d218686c0a
commit
9fd4f4862b
2 changed files with 13 additions and 4 deletions
|
@ -15,3 +15,5 @@ void init_ksyms();
|
|||
extern bool ksyms_ready;
|
||||
extern dword ksym_lowest_address;
|
||||
extern dword ksym_highest_address;
|
||||
|
||||
void dump_backtrace(bool use_ksyms);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue