TUD-OS / NRE

NOVA runtime environment (official branch)
GNU General Public License v2.0
33 stars 12 forks source link

Readonly DataSpace gets written to #43

Closed parthy closed 11 years ago

parthy commented 11 years ago

https://github.com/TUD-OS/NRE/blob/master/nre/libs/libstdc%2B%2B/util/PCI.cc#L44

You create a readonly DataSpace and then call init_msix_table, which attempts to write to that memory.

Nils-TUD commented 11 years ago

Oh, yes. As you may have already noticed, this stuff is basically untested. Therefore, there are a lot of issues. Sorry for that.

parthy commented 11 years ago

No problem, I know that. i just wanted it to be documented somewhere instead of just having all the small fixes only on my computer ;)

Nils-TUD commented 11 years ago

You've probably already tested to add the W flag ;) But could you check if my DataSpace size adjustment works?