hikalium / liumos

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

Support ELF with RO segments #31

Open hikalium opened 4 years ago

hikalium commented 4 years ago

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