malloc/free in clock.c
Opened this issue · 1 comments
juice500ml commented
if freed in clock.c, especially timer_interrupt(), lock can't be acquired inside free(), so kernel panic occurs. find another way not to use mem allocation, but using list anyways.
minhoryang commented
+1 haha