hikalium / liumos

A toy operating system which supports NVDIMM natively.
MIT License
270 stars 24 forks source link

Fix race in memory allocation #50

Open hikalium opened 3 years ago

hikalium commented 3 years ago

Currently, there is no lock around memory allocation. this may cause memory corruption so fix it!