Hello, thanks for the project, it very helps me to learn os development I've found a little but quite severe bug in kalign_heap function https://github.com/MQuy/mos/blob/8327ee4f139f01540e23d71245821cf26a173ef6/src/kernel/memory/malloc.c#L156 I think it should be `` while (last->next) ``
Hello, thanks for the project, it very helps me to learn os development
I've found a little but quite severe bug in kalign_heap function
mos/src/kernel/memory/malloc.c
Line 156 in 8327ee4
I think it should be
while (last->next)