hikalium / liumos

A toy operating system which supports NVDIMM natively.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ELF with RO segments

hikalium opened this issue · comments

Currently, our loader expects only segments with RW or RX but most linux binaries have RO segments for .rodata . So let's fix this!