1
Fork 0
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:
Andreas Kling 2019-02-24 14:51:48 +01:00
parent d218686c0a
commit 9fd4f4862b
2 changed files with 13 additions and 4 deletions

View file

@ -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);