juice500ml/os-sogang

malloc/free in clock.c

Opened this issue · 1 comments

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.

+1 haha