Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Week 12: libbdvmi Makefile fix and memory server #4

Open
nks5295 opened this issue Nov 22, 2016 · 0 comments
Open

Week 12: libbdvmi Makefile fix and memory server #4

nks5295 opened this issue Nov 22, 2016 · 0 comments

Comments

@nks5295
Copy link
Member

nks5295 commented Nov 22, 2016

@twood02

This week, I fixed the build issues that came up when trying to build the libbdvmi with my memory server api.

I also added a hash table and gave the memory server capabilities to serve pages of memory, and keep track of many memory requests.

The latter feature is also tied into the libbdvmi application, rsa_app, such that a page fault will not trigger a memory page to be served.

This upcoming week, I plan on refactoring libbdvmi such that the Driver object is passed through the various classes and each EventHandler object has the Driver in its scope.
I also intend on having detailed research regarding memory paging algorithms and then choosing one.

Future steps will be implementing the memory paging algorithm that I pick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant