mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00
Unbreak ksym loading and make reading /proc/PID/stack not crash.
This commit is contained in:
parent
683185e4aa
commit
4b6a8f8a08
7 changed files with 7 additions and 10 deletions
|
@ -111,12 +111,8 @@ void init()
|
|||
{
|
||||
cli();
|
||||
|
||||
#ifdef KSYMS
|
||||
s_ksyms = nullptr;
|
||||
s_ksyms_ready = false;
|
||||
#endif
|
||||
|
||||
kmalloc_init();
|
||||
init_ksyms();
|
||||
|
||||
auto console = make<Console>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue